Skip to content

Commit

Permalink
Bump dotnet/aspnet from 8.0.10-alpine3.20 to 9.0.0-alpine3.20
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0.10-alpine3.20 to 9.0.0-alpine3.20.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  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 35c756a
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
Expand Up @@ -15,7 +15,7 @@ RUN \
# Enable globalization and time zones:
# https://github.com/dotnet/dotnet-docker/blob/main/samples/enable-globalization.md
# final stage/image
FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-alpine3.20
FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-alpine3.20
EXPOSE 8080

ENV \
Expand Down

0 comments on commit 35c756a

Please sign in to comment.