Skip to content

Commit

Permalink
Bump dotnet/sdk from 8.0.402-jammy to 8.0.404-jammy in /Backend
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.402-jammy to 8.0.404-jammy.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 42000d7 commit f1b1309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
############################################################

# Docker multi-stage build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402-jammy AS builder
FROM mcr.microsoft.com/dotnet/sdk:8.0.404-jammy AS builder
WORKDIR /app

# Copy csproj and restore (fetch dependencies) as distinct layers.
Expand Down

0 comments on commit f1b1309

Please sign in to comment.