diff --git a/Dockerfile b/Dockerfile index e9ac7efb..07326ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ # Enable globalization and time zones: # https://github.com/dotnet/dotnet-docker/blob/main/samples/enable-globalization.md # final stage/image -FROM mcr.microsoft.com/dotnet/aspnet:8.0.14-alpine3.20 +FROM mcr.microsoft.com/dotnet/aspnet:8.0.15-alpine3.20 EXPOSE 8080 ENV \