From 3674232dd5b33a29c454e316e7b866a1042c30d7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 27 Feb 2026 16:35:05 +0000 Subject: [PATCH] build: win: bump wine (10->11) --- contrib/build-wine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-wine/Dockerfile b/contrib/build-wine/Dockerfile index 7c6d96737..f45f1a987 100644 --- a/contrib/build-wine/Dockerfile +++ b/contrib/build-wine/Dockerfile @@ -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 && \