We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee30635 commit b831d66Copy full SHA for b831d66
Dockerfile
@@ -1,5 +1,5 @@
1
###############################################################################
2
-FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.19-amd64 AS init
+FROM mcr.microsoft.com/dotnet/sdk:8.0.400-alpine3.19-amd64 AS init
3
4
ENV WORKDIR=/app
5
WORKDIR ${WORKDIR}
@@ -104,7 +104,7 @@ CMD ["make", "test"]
104
## in the production phase, "good practices" such as
105
## WORKDIR and USER are maintained
106
##
107
-FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production
+FROM mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.19-amd64 AS production
108
109
ENV LOG_LEVEL=info
110
ENV BRUTEFORCE=false
0 commit comments