Skip to content

Commit 602f83c

Browse files
Update mcr.microsoft.com/dotnet/runtime Docker tag to v8.0.7
1 parent 95779da commit 602f83c

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)