Skip to content

Commit 8bbaff6

Browse files
authored
Merge pull request #68 from sir-gon/renovate/dotnet-monorepo
Update mcr.microsoft.com/dotnet/runtime Docker tag to v8.0.6
2 parents 6211018 + c2ad15d commit 8bbaff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CMD ["make", "test"]
8888
## in the production phase, "good practices" such as
8989
## WORKDIR and USER are maintained
9090
##
91-
FROM mcr.microsoft.com/dotnet/runtime:8.0.3-alpine3.19-amd64 AS production
91+
FROM mcr.microsoft.com/dotnet/runtime:8.0.6-alpine3.19-amd64 AS production
9292

9393
ENV LOG_LEVEL=info
9494
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)