aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.ubuntu.amd64
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-08-13 21:46:35 -0400
committerJoshua Boniface <joshua@boniface.me>2022-08-13 21:46:35 -0400
commit010228b3c0230d9ede95cc53e3d82b798bb7975f (patch)
tree25505c7c96a4aa3696f52947c185203f7bc20175 /deployment/Dockerfile.ubuntu.amd64
parent56805b3368b5c7b133ad71541405ecb66d0621c6 (diff)
Backport pull request #8234 from jellyfin/release-10.8.z
update to dotnet 6.0.8 Original-merge: 31f9938e3a1cdb5bac732b393c252c3ebc4689ec Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua Boniface <joshua@boniface.me>
Diffstat (limited to 'deployment/Dockerfile.ubuntu.amd64')
-rw-r--r--deployment/Dockerfile.ubuntu.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.ubuntu.amd64 b/deployment/Dockerfile.ubuntu.amd64
index 24330f629e..313a3e5cb4 100644
--- a/deployment/Dockerfile.ubuntu.amd64
+++ b/deployment/Dockerfile.ubuntu.amd64
@@ -17,7 +17,7 @@ RUN apt-get update -yqq \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Install dotnet repository
-RUN wget -q https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz -O dotnet-sdk.tar.gz \
+RUN wget -q https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-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