Skip to content

Commit 83c3978

Browse files
andrewlockNachoEchevarria
authored andcommitted
Fix gitlab build hash
1 parent 6100d14 commit 83c3978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/build/_build/docker/gitlab/gitlab.windows.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN powershell -Command .\install_wix.ps1 -Version $ENV:WIX_VERSION -Sha256 $ENV
3333
# To find these links, visit https://dotnet.microsoft.com/en-us/download, click the Windows, x64 installer, and grab the download url + SHA512 hash
3434
ENV DOTNET_VERSION="10.0.100-preview.6.25358.103" \
3535
DOTNET_DOWNLOAD_URL="https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x64.exe" \
36-
DOTNET_SHA512="A831E4853315517ED6AE917E892D5F4FED15D1398FA69B5A6F4790827AD1EA81E9E0290939C6F7C5A91126A8F0A7DF885ECF1BE5105E5B5A9301786C00F6A74D"
36+
DOTNET_SHA512="c22b1d70697c489b21a0edbe99862e46808f455e1032f8b1343d1469487db6c662ddd35daebf92801d274415f288b93eb28298fae169b30127a6518c40168405"
3737

3838
COPY install_dotnet.ps1 .
3939
RUN powershell -Command .\install_dotnet.ps1 -Version $ENV:DOTNET_VERSION -Sha512 $ENV:DOTNET_SHA512 $ENV:DOTNET_DOWNLOAD_URL

0 commit comments

Comments
 (0)