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 6211018 commit c2ad15dCopy full SHA for c2ad15d
Dockerfile
@@ -88,7 +88,7 @@ CMD ["make", "test"]
88
## in the production phase, "good practices" such as
89
## WORKDIR and USER are maintained
90
##
91
-FROM mcr.microsoft.com/dotnet/runtime:8.0.3-alpine3.19-amd64 AS production
+FROM mcr.microsoft.com/dotnet/runtime:8.0.6-alpine3.19-amd64 AS production
92
93
ENV LOG_LEVEL=info
94
ENV BRUTEFORCE=false
0 commit comments