diff --git a/Dockerfile b/Dockerfile index bb093df..d0a8f11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN dotnet publish src/IssueAgent.Action/IssueAgent.Action.csproj \ --no-restore ########## Runtime ########## -FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine AS runtime +FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-alpine AS runtime ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1