Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 788558a commit abaa028
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.401-jammy AS builder
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-1-jammy AS builder
WORKDIR /app

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

0 comments on commit abaa028

Please sign in to comment.