Skip to content

Commit b36d909

Browse files
authored
Merge pull request #94 from sir-gon/renovate/dotnet-monorepo
Update mcr.microsoft.com/dotnet/runtime Docker tag to v8.0.7
2 parents 95779da + 602f83c commit b36d909

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
@@ -92,7 +92,7 @@ CMD ["make", "test"]
9292
## in the production phase, "good practices" such as
9393
## WORKDIR and USER are maintained
9494
##
95-
FROM mcr.microsoft.com/dotnet/runtime:8.0.6-alpine3.19-amd64 AS production
95+
FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production
9696

9797
ENV LOG_LEVEL=info
9898
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)