Skip to content

Commit b831d66

Browse files
Update dotnet monorepo
1 parent ee30635 commit b831d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.19-amd64 AS init
2+
FROM mcr.microsoft.com/dotnet/sdk:8.0.400-alpine3.19-amd64 AS init
33

44
ENV WORKDIR=/app
55
WORKDIR ${WORKDIR}
@@ -104,7 +104,7 @@ CMD ["make", "test"]
104104
## in the production phase, "good practices" such as
105105
## WORKDIR and USER are maintained
106106
##
107-
FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production
107+
FROM mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.19-amd64 AS production
108108

109109
ENV LOG_LEVEL=info
110110
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)