aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.linux.amd64
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-09-23 19:52:37 +0900
committerGitHub <noreply@github.com>2020-09-23 19:52:37 +0900
commitdfb2ef5cfea17a4957536e50e53a4d19efdd3caa (patch)
tree0ce2270be08365034d8cb53dd94828fdb1b4927e /deployment/Dockerfile.linux.amd64
parent7dc22bec7b441e1aeff0ce0a33c9e66ccdf92088 (diff)
parent46ae51bc9aaf4564cdb38b02d6b87b9cfcc82bfb (diff)
Merge pull request #4126 from crobibero/3.1.8
update to dotnet 3.1.8
Diffstat (limited to 'deployment/Dockerfile.linux.amd64')
-rw-r--r--deployment/Dockerfile.linux.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.linux.amd64 b/deployment/Dockerfile.linux.amd64
index b4a3c1b76..828d5c2cf 100644
--- a/deployment/Dockerfile.linux.amd64
+++ b/deployment/Dockerfile.linux.amd64
@@ -16,7 +16,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