File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apk add --no-cache wget icu-libs libintl \
2121# # see: https://dotnet.microsoft.com/download/dotnet-core/3.1
2222RUN dotnet_sdk_version=3.1.415 \
2323&& wget -qO dotnet.tar.gz \
24- "https://dotnetcli.azureedge.net /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-musl-x64.tar.gz" \
24+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-musl-x64.tar.gz" \
2525&& dotnet_sha512='20297eb436db2fe0cb3d8edfe4ad5b7c7871116616843314830533471a344f0ca943fbc5f92685113afc331a64c90f271245a36be1c232c364add936dd06d13d' \
2626&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
2727&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
@@ -30,7 +30,7 @@ RUN dotnet_sdk_version=3.1.415 \
3030# # see: https://dotnet.microsoft.com/download/dotnet-core/6.0
3131RUN dotnet_sdk_version=6.0.405 \
3232&& wget -qO dotnet.tar.gz \
33- "https://dotnetcli.azureedge.net /dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-${dotnet_sdk_version}-linux-musl-x64.tar.gz" \
33+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-${dotnet_sdk_version}-linux-musl-x64.tar.gz" \
3434&& dotnet_sha512='ca98ebc5858339c5ce4164f5f5932a5bf8aae9f13d54adf382a41f5e6d1302df278bd7e218ecc2f651dcf67e705c40c43347cd33956732c6bd88d3b3d2881b84' \
3535&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3636&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN mkdir -p /usr/share/dotnet \
2828# # see: https://dotnet.microsoft.com/download/dotnet-core/3.1
2929RUN dotnet_sdk_version=3.1.415 \
3030&& wget -qO dotnet.tar.gz \
31- "https://dotnetcli.azureedge.net /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
31+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
3232&& dotnet_sha512='df7a6d1abed609c382799a8f69f129ec72ce68236b2faecf01aed4c957a40a9cfbbc9126381bf517dff3dbe0e488f1092188582701dd0fef09a68b8c5707c747' \
3333&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3434&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
@@ -37,7 +37,7 @@ RUN dotnet_sdk_version=3.1.415 \
3737# # see: https://dotnet.microsoft.com/download/dotnet-core/6.0
3838RUN dotnet_sdk_version=6.0.100 \
3939&& wget -qO dotnet.tar.gz \
40- "https://dotnetcli.azureedge.net /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
40+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
4141&& dotnet_sha512='cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b' \
4242&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
4343&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apk add --no-cache wget icu-libs libintl \
1717
1818# see: https://dotnet.microsoft.com/download/dotnet-core/3.1
1919RUN dotnet_sdk_version=3.1.413 \
20- && wget -qO dotnet.tar.gz https://dotnetcli.azureedge.net /dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-$dotnet_sdk_version-linux-musl-x64.tar.gz \
20+ && wget -qO dotnet.tar.gz https://builds.dotnet.microsoft.com /dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-$dotnet_sdk_version-linux-musl-x64.tar.gz \
2121&& dotnet_sha512='46ffb31754b295cdb7dc615d5f905aa5842e3ada0e3f975217dfecbaa94e7b0190e86136fe9693d354b6ef88faa83e1c48496ffb1d644bd7ff437aeb48b9229c' \
2222&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
2323&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
@@ -28,7 +28,7 @@ RUN dotnet --info
2828# see: https://dotnet.microsoft.com/download/dotnet-core/6.0
2929RUN dotnet_sdk_version=6.0.100 \
3030&& wget -qO dotnet.tar.gz \
31- "https://dotnetcli.azureedge.net /dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-${dotnet_sdk_version}-linux-musl-x64.tar.gz" \
31+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-${dotnet_sdk_version}-linux-musl-x64.tar.gz" \
3232&& dotnet_sha512='428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe' \
3333&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3434&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN mkdir -p /usr/share/dotnet \
2121# see: https://dotnet.microsoft.com/download/dotnet-core/3.1
2222RUN dotnet_sdk_version=3.1.415 \
2323&& wget -qO dotnet.tar.gz \
24- "https://dotnetcli.azureedge.net /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
24+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
2525&& dotnet_sha512='df7a6d1abed609c382799a8f69f129ec72ce68236b2faecf01aed4c957a40a9cfbbc9126381bf517dff3dbe0e488f1092188582701dd0fef09a68b8c5707c747' \
2626&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
2727&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
@@ -32,7 +32,7 @@ RUN dotnet --info
3232# see: https://dotnet.microsoft.com/download/dotnet-core/6.0
3333RUN dotnet_sdk_version=6.0.100 \
3434&& wget -qO dotnet.tar.gz \
35- "https://dotnetcli.azureedge.net /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
35+ "https://builds.dotnet.microsoft.com /dotnet/Sdk/${dotnet_sdk_version}/dotnet-sdk-${dotnet_sdk_version}-linux-x64.tar.gz" \
3636&& dotnet_sha512='cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b' \
3737&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3838&& tar -C /usr/share/dotnet -oxzf dotnet.tar.gz \
You can’t perform that action at this time.
0 commit comments