Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7d09b34

Browse files
dependabot[bot]sys27
authored andcommitted
Bump dotnet/aspnet from 9.0.0-alpine3.20 to 9.0.1-alpine3.20
Bumps dotnet/aspnet from 9.0.0-alpine3.20 to 9.0.1-alpine3.20. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 628fd72 commit 7d09b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY Pyro.UI .
4747
RUN npm run lint
4848
RUN npm run build
4949

50-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-alpine3.20 AS final
50+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.1-alpine3.20 AS final
5151
EXPOSE 80
5252
HEALTHCHECK --interval=5s --timeout=5s CMD wget http://localhost/health -q -O - > /dev/null 2>&1
5353

0 commit comments

Comments
 (0)