From c3d2724cc9ded95b3cd420d9270756af9cc9f51e Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 25 Oct 2019 11:22:35 -0700 Subject: [PATCH] Wrong version in docker file - trying this one --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa74e358..15caf103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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