Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/core/aspnet Docker tag to v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 22, 2019
1 parent 2bf7c84 commit bfbedd2
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 @@ -15,7 +15,7 @@ COPY ./src/key-managment ./key-managment
RUN dotnet publish $PROJECT_NAME/$PROJECT_NAME.csproj -c Release -o ./obj/Docker/publish

# Build runtime image
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-alpine AS release
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine AS release
ARG PROJECT_NAME=decrypt-api
ENV PROJECT_NAME_ENV=$PROJECT_NAME
RUN addgroup dotnet && \
Expand Down

0 comments on commit bfbedd2

Please sign in to comment.