From 602f83cf8d58f4cba4cfa997c5cabdd58fbdfdcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:11:06 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/runtime Docker tag to v8.0.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 091e3b8..b7e2387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,7 +92,7 @@ CMD ["make", "test"] ## in the production phase, "good practices" such as ## WORKDIR and USER are maintained ## -FROM mcr.microsoft.com/dotnet/runtime:8.0.6-alpine3.19-amd64 AS production +FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production ENV LOG_LEVEL=info ENV BRUTEFORCE=false