We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1049361 commit 520a34eCopy full SHA for 520a34e
src/Stamp.Dockerfile
@@ -13,7 +13,7 @@ RUN dotnet build ${PROJECT} -c Release --no-restore -o /app/build
13
RUN dotnet publish ${PROJECT} -c Release -o /app/publish
14
15
# ------- production image -------
16
-FROM mcr.microsoft.com/dotnet/aspnet:9.0.8-noble-chiseled-extra AS production
+FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-noble-chiseled-extra AS production
17
ARG PROJECT
18
19
ENV APPLICATION=${PROJECT}
0 commit comments