Skip to content

Commit

Permalink
Update Dockerfile to new runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed Jan 3, 2020
1 parent 4669334 commit 74c6a9f
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 mcr.microsoft.com/dotnet/core/runtime:3.0-alpine AS base
FROM mcr.microsoft.com/dotnet/core/runtime:3.1-alpine AS base
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "Eleia.dll"]

0 comments on commit 74c6a9f

Please sign in to comment.