Skip to content

Commit

Permalink
Update Windows base image to 1809 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarusX authored Nov 29, 2018
1 parent 9baf53e commit 7c0c3b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dotnet restore
COPY . ./
RUN dotnet publish -c Release -o out

FROM microsoft/dotnet:2.1-runtime-nanoserver-1803
FROM microsoft/dotnet:2.1-runtime-nanoserver-1809
WORKDIR /app
COPY --from=build-env /app/out ./
ENTRYPOINT ["dotnet", "SampleModule.dll"]

0 comments on commit 7c0c3b7

Please sign in to comment.