aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.windows.amd64
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-12 10:19:04 -0600
committercrobibero <cody@robibe.ro>2020-09-12 10:19:04 -0600
commit46ae51bc9aaf4564cdb38b02d6b87b9cfcc82bfb (patch)
treebf1e1acfb1580eec9786ad651d48e3dba0a2e094 /deployment/Dockerfile.windows.amd64
parent6bf0acb854683377bebad3ca27de17706519c420 (diff)
update to dotnet 3.1.8
Diffstat (limited to 'deployment/Dockerfile.windows.amd64')
-rw-r--r--deployment/Dockerfile.windows.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.windows.amd64 b/deployment/Dockerfile.windows.amd64
index d1f2f9e48b..5671cc598a 100644
--- a/deployment/Dockerfile.windows.amd64
+++ b/deployment/Dockerfile.windows.amd64
@@ -15,7 +15,7 @@ RUN apt-get update \
# Install dotnet repository
# https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
-RUN wget https://download.visualstudio.microsoft.com/download/pr/4f9b8a64-5e09-456c-a087-527cfc8b4cd2/15e14ec06eab947432de139f172f7a98/dotnet-sdk-3.1.401-linux-x64.tar.gz -O dotnet-sdk.tar.gz \
+RUN wget https://download.visualstudio.microsoft.com/download/pr/f01e3d97-c1c3-4635-bc77-0c893be36820/6ec6acabc22468c6cc68b61625b14a7d/dotnet-sdk-3.1.402-linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd )/dotnet-sdk/dotnet /usr/bin/dotnet