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 51af596 commit d164636Copy full SHA for d164636
Vault.Dockerfile
@@ -15,7 +15,7 @@ RUN dotnet tool restore
15
RUN dotnet publish src/ProjectOrigin.Vault -c Release -p:CustomAssemblyName=Vault -o /app/publish
16
17
# ------- production image -------
18
-FROM mcr.microsoft.com/dotnet/aspnet:9.0.1-noble AS production
+FROM mcr.microsoft.com/dotnet/aspnet:9.0.2-noble AS production
19
20
WORKDIR /app
21
COPY --from=build /app/publish .
0 commit comments