Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/core/aspnet Docker tag to v2.2.5 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and omerlh committed May 14, 2019
1 parent 2ab2bad commit 1f0768d
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:2.2.4-alpine AS release
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2.5-alpine AS release
ARG PROJECT_NAME=decrypt-api
ENV PROJECT_NAME_ENV=$PROJECT_NAME
RUN addgroup dotnet && adduser -D -G dotnet -h /home/dotnet dotnet
Expand Down

0 comments on commit 1f0768d

Please sign in to comment.