diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-08 17:16:33 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-03-08 17:16:33 -0700 |
| commit | 965bf7332f0adec5a3072c9909d86d6e80f6b9cc (patch) | |
| tree | 8d9142767b9e75dfdd827c06c96e7578bea5eeda /deployment/Dockerfile.ubuntu.arm64 | |
| parent | dacbfc83ff83f09582ce2c2c69a1632f7a9f69b2 (diff) | |
Update to dotnet 6.0.3
Diffstat (limited to 'deployment/Dockerfile.ubuntu.arm64')
| -rw-r--r-- | deployment/Dockerfile.ubuntu.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.ubuntu.arm64 b/deployment/Dockerfile.ubuntu.arm64 index ec90dba83..7ca0f6470 100644 --- a/deployment/Dockerfile.ubuntu.arm64 +++ b/deployment/Dockerfile.ubuntu.arm64 @@ -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/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102-linux-x64.tar.gz -O dotnet-sdk.tar.gz \ +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 \ && mkdir -p dotnet-sdk \ && tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \ && ln -s $( pwd )/dotnet-sdk/dotnet /usr/bin/dotnet |
