Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Wrong version in docker file - trying this one
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 25, 2019
1 parent 06eabbd commit c3d2724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# FROM microsoft/dotnet:2.1-sdk
# FROM microsoft/dotnet:2.0.9-sdk-2.1.202
# FROM microsoft/dotnet:2.0-sdk
FROM microsoft/dotnet:2.2-sdk-2.2.108
# FROM microsoft/dotnet:2.2-sdk-2.2.108 -- want this version
FROM microsoft/dotnet:2.2-sdk

RUN apt-get update -y && \
apt-get install -y libunwind-dev apache2-utils make gcc
Expand Down

0 comments on commit c3d2724

Please sign in to comment.