Skip to content

Commit

Permalink
Bump dotnet/sdk from 8.0.401-1 to 8.0.402 (#49)
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.401-1 to 8.0.402.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 66a7c5e commit e908fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-1 as build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402 as build
WORKDIR /app
COPY . .
RUN dotnet restore
Expand Down

0 comments on commit e908fef

Please sign in to comment.