From 082fdb75b0f1086604dfd722d025358663333d7a Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 7 Nov 2022 18:06:17 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e26ac4a22..23a5f38fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN cp -a build /build/ # # Stage 3, Build runtime # -FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-bullseye-slim +FROM mcr.microsoft.com/dotnet/aspnet:6.0.10-bullseye-slim # Curl for debugging and libc-dev for protobuf RUN apt-get update \