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.
2 parents 6211018 + c2ad15d commit 8bbaff6Copy full SHA for 8bbaff6
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