Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/runtime Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 54cbfab commit a9e0dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR cert-generator/

RUN dotnet build cert-generator.csproj -o /app_output

FROM mcr.microsoft.com/dotnet/runtime:7.0-alpine AS final
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine AS final
MAINTAINER Bengt Fredh <brf@digdir.no>

COPY --from=build /app_output /usr/local/bin/
Expand Down

0 comments on commit a9e0dc0

Please sign in to comment.