Skip to content

Commit

Permalink
Adjusted runtime dockerfile to use alpine image version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkasperek committed May 4, 2020
1 parent e39cb9e commit 7fc3437
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
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2-runtime
FROM mcr.microsoft.com/dotnet/core/runtime:2.1-alpine
RUN mkdir -p /usr/compiler-runtime
RUN mkdir -p /usr/workspace
WORKDIR /usr/workspace
Expand Down

0 comments on commit 7fc3437

Please sign in to comment.