build: win: bump wine (10->11)

This commit is contained in:
SomberNight
2026-02-27 16:35:05 +00:00
parent b939e8779f
commit 3674232dd5
+1 -1
View File
@@ -37,7 +37,7 @@ RUN dpkg --add-architecture i386 && \
apt-get clean
RUN DEBIAN_CODENAME=$(lsb_release --codename --short) && \
WINEVERSION="10.0.0.0~${DEBIAN_CODENAME}-1" && \
WINEVERSION="11.0.0.0~${DEBIAN_CODENAME}-1" && \
wget -nc https://dl.winehq.org/wine-builds/winehq.key && \
echo "d965d646defe94b3dfba6d5b4406900ac6c81065428bf9d9303ad7a72ee8d1b8 winehq.key" | sha256sum -c - && \
cat winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq.gpg && \