Skip to content

Commit c2ad15d

Browse files
Update mcr.microsoft.com/dotnet/runtime Docker tag to v8.0.6
1 parent 6211018 commit c2ad15d

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)