Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 3a8c301 commit aa89858
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 @@ -5,7 +5,7 @@ MAINTAINER Bengt Fredh <[email protected]>
RUN git clone https://github.com/Altinn/cert-generator.git && cd cert-generator && \
dotnet build Generator.sln

FROM mcr.microsoft.com/dotnet/aspnet:3.1-alpine AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS final
MAINTAINER Bengt Fredh <[email protected]>

COPY --from=build cert-generator/src/cert-generator/bin/Debug/netcoreapp3.1/* /usr/local/bin/
Expand Down

0 comments on commit aa89858

Please sign in to comment.