aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.linux.amd64
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2021-06-18 11:29:55 -0400
committerGitHub <noreply@github.com>2021-06-18 11:29:55 -0400
commitc791c3a215b33bd4ca534c9f383c9fd7d23b59af (patch)
treedffb40899622556b618620791c74d91c6d7f470a /deployment/Dockerfile.linux.amd64
parent004c53a5a56bfdd01c1d77b5f433ec0c74ffc90d (diff)
parente021a0e9ce267e965168a51219a6081b60842a39 (diff)
Merge pull request #6191 from crobibero/5.0.7
Update to dotnet 5.0.7
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 171ebe3728..a0e23557aa 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/ef13f9da-46dc-4de9-a05e-5a4c20574189/be95913ebf1fb6c66833ca40060d3f65/dotnet-sdk-5.0.203-linux-x64.tar.gz -O dotnet-sdk.tar.gz \
+RUN wget https://download.visualstudio.microsoft.com/download/pr/e1c236ec-c392-4eaa-a846-c600c82bb7f6/b13bd8b69f875f87cf83fc6f5457bcdf/dotnet-sdk-5.0.301-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