Skip to content

Commit

Permalink
updated dockerfile netcore runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramón Tomás committed Sep 19, 2018
1 parent 301cdd4 commit 9c1d0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartHotel360.PublicWeb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.2.0-preview1-aspnetcore-runtime-alpine3.8 AS base
FROM microsoft/dotnet:2.2.0-preview2-aspnetcore-runtime-alpine3.8 AS base
WORKDIR /app
EXPOSE 80

Expand Down

0 comments on commit 9c1d0f5

Please sign in to comment.