Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/core/aspnet docker tag t…
Browse files Browse the repository at this point in the history
…o v2.2.6 (#247)
  • Loading branch information
renovate[bot] authored and omerlh committed Jul 10, 2019
1 parent 0a6ece3 commit 5473a8e
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.5-alpine AS release
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2.6-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 5473a8e

Please sign in to comment.