1
0

windows build: bump wine

This commit is contained in:
SomberNight
2025-05-30 18:52:46 +00:00
parent ca17bf6ed3
commit dd42c12ec4

View File

@@ -37,7 +37,7 @@ RUN dpkg --add-architecture i386 && \
apt-get clean
RUN DEBIAN_CODENAME=$(lsb_release --codename --short) && \
WINEVERSION="9.0.0.0~${DEBIAN_CODENAME}-1" && \
WINEVERSION="10.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 && \