diff --git a/src/Vector.Web.Admin/Dockerfile b/src/Vector.Web.Admin/Dockerfile index 330b5fe..aaf9925 100644 --- a/src/Vector.Web.Admin/Dockerfile +++ b/src/Vector.Web.Admin/Dockerfile @@ -19,7 +19,7 @@ COPY src/ src/ RUN dotnet publish src/Vector.Web.Admin/Vector.Web.Admin.csproj -c Release -o /app/publish --no-restore # Stage 2: Runtime -FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS runtime +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime WORKDIR /app # Create non-root user