aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.ubuntu.armhf
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2022-04-13 12:06:56 -0400
committerJoshua Boniface <joshua@boniface.me>2022-04-17 15:45:47 -0400
commit96d2d2428a71c00cf23ff6c601340a561094c984 (patch)
treebd3773b39287fa2b3468d6ed655488d31cfdab54 /deployment/Dockerfile.ubuntu.armhf
parentfe3dbabbff5aa4654c673eea13f225d311286b48 (diff)
Merge pull request #7590 from crobibero/dotnet-6.0.4
(cherry picked from commit 5778541d2fa9a6a2732b715e8c60421e44e035da) Signed-off-by: Joshua Boniface <joshua@boniface.me>
Diffstat (limited to 'deployment/Dockerfile.ubuntu.armhf')
-rw-r--r--deployment/Dockerfile.ubuntu.armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.ubuntu.armhf b/deployment/Dockerfile.ubuntu.armhf
index 384e49bf09..995b71010c 100644
--- a/deployment/Dockerfile.ubuntu.armhf
+++ b/deployment/Dockerfile.ubuntu.armhf
@@ -16,7 +16,7 @@ RUN apt-get update -yqq \
mmv build-essential lsb-release
# Install dotnet repository
-RUN wget -q https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz -O dotnet-sdk.tar.gz \
+RUN wget -q https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-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