We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95779da commit 602f83cCopy full SHA for 602f83c
Dockerfile
@@ -92,7 +92,7 @@ CMD ["make", "test"]
92
## in the production phase, "good practices" such as
93
## WORKDIR and USER are maintained
94
##
95
-FROM mcr.microsoft.com/dotnet/runtime:8.0.6-alpine3.19-amd64 AS production
+FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production
96
97
ENV LOG_LEVEL=info
98
ENV BRUTEFORCE=false
0 commit comments