From c2ad15d01e44d75c129be9253a62088c16901d21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:56:03 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/runtime Docker tag to v8.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 311dfb3..c4d3ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,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.3-alpine3.19-amd64 AS production +FROM mcr.microsoft.com/dotnet/runtime:8.0.6-alpine3.19-amd64 AS production ENV LOG_LEVEL=info ENV BRUTEFORCE=false