Skip to content

Commit a047f8a

Browse files
build(deps): bump dotnet/aspnet
Bumps dotnet/aspnet from 8.0.23-alpine3.22 to 8.0.24-alpine3.22. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 8.0.24-alpine3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3814fc1 commit a047f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
# Enable globalization and time zones:
1616
# https://github.com/dotnet/dotnet-docker/blob/main/samples/enable-globalization.md
1717
# final stage/image
18-
FROM mcr.microsoft.com/dotnet/aspnet:8.0.23-alpine3.22
18+
FROM mcr.microsoft.com/dotnet/aspnet:8.0.24-alpine3.22
1919
EXPOSE 8080
2020

2121
ENV \

0 commit comments

Comments
 (0)