From f1ee3c737e460fa6eb7e069a8cf37a565f288be2 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Thu, 4 Dec 2025 23:56:43 +0000 Subject: [PATCH] Upgrade to dotnet10 and EAZfuscator 2025.3 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b47a5dd..1d85d27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,8 +76,8 @@ RUN set -x -e; \ DISPLAY= wineboot --init; \ # Install dotnet # get latest version and its hash from https://dotnet.microsoft.com/en-us/download/dotnet - wget -nv https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.200/dotnet-sdk-9.0.200-win-x86.exe --no-check-certificate -O /tmp/dotnet.exe; \ - echo 3ddeb620fc45c623ade58f179e80cea64b7af5b76b0b4b1f65b766df3c5614ce04809f40614ebeb98dd6b4662dc1c2bed38d1f78eadc489360d54e35b98b9904 /tmp/dotnet.exe > /tmp/chk; \ + wget -nv https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x86.exe --no-check-certificate -O /tmp/dotnet.exe; \ + echo dce046f4104ef10d528a9e710cbd8f3fd6b1f4d9ab2ebf3a6889d781a367b5f9ae33fb3fed0d1431ced435aa4d2cd477671ab42e30d03475148012c4d081460c /tmp/dotnet.exe > /tmp/chk; \ sha512sum -c /tmp/chk; \ while pgrep wineserver >/dev/null; do echo "Waiting for wineserver to complete"; sleep 1; done; \ while true; do \ @@ -90,7 +90,7 @@ RUN set -x -e; \ # Install obfuscator # Note: We use the executables from nuget as it allows EAZFUSCATOR_NET_LICENSE. There is no # alternative to set the license key in the MSI delivered binaries using command line. - wget -nv https://www.nuget.org/api/v2/package/Gapotchenko.Eazfuscator.NET/2024.1.439 -O /tmp/eaz.zip; \ + wget -nv https://www.nuget.org/api/v2/package/Gapotchenko.Eazfuscator.NET/2025.3.195 -O /tmp/eaz.zip; \ unzip /tmp/eaz.zip -d /tmp/eaz; \ mv /tmp/eaz/tools /root/.wine/drive_c/users/root/Eazfuscator; \ # at least Windows 8.1, Windows Server 2012 R2 is required for 2024.1