Skip to content

Commit

Permalink
Bump dotnet/sdk from 8.0.404-alpine3.20 to 9.0.100-alpine3.20
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.404-alpine3.20 to 9.0.100-alpine3.20.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 788f039 commit 0c15a22
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,6 +1,6 @@
# Learn about building .NET container images:
# https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.404-alpine3.20 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.100-alpine3.20 AS build
ARG TARGETARCH
WORKDIR /source

Expand Down

0 comments on commit 0c15a22

Please sign in to comment.