Skip to content

Commit d164636

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v9.0.2 (#528)
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
1 parent 51af596 commit d164636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vault.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN dotnet tool restore
1515
RUN dotnet publish src/ProjectOrigin.Vault -c Release -p:CustomAssemblyName=Vault -o /app/publish
1616

1717
# ------- production image -------
18-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.1-noble AS production
18+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.2-noble AS production
1919

2020
WORKDIR /app
2121
COPY --from=build /app/publish .

0 commit comments

Comments
 (0)