diff --git a/wine/Dockerfile b/wine/Dockerfile index f7ded5b2131..9cc66a67841 100644 --- a/wine/Dockerfile +++ b/wine/Dockerfile @@ -32,8 +32,8 @@ RUN set -eux; \ # https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/?C=N;O=D # https://www.winehq.org/news/ -ENV WINE_VERSION 9.0.0.0 -ENV WINE_DEB_VERSION 9.0.0.0~bookworm-1 +ENV WINE_VERSION 10.0.0.0 +ENV WINE_DEB_VERSION 10.0.0.0~bookworm-1 RUN set -eux; \ { \ diff --git a/wine/versions.json b/wine/versions.json index 15f41dbfc56..a048fe4f1c6 100644 --- a/wine/versions.json +++ b/wine/versions.json @@ -1,9 +1,9 @@ { - "version": "9.0.0.0", + "version": "10.0.0.0", "debian": { - "filename": "dists/bookworm/main/binary-amd64/winehq-stable_9.0.0.0~bookworm-1_amd64.deb", - "sha256": "eafd27469751c2b6713c2385d1e6dfd616359e89a552510ed9ca305eca50232d", - "url": "https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/winehq-stable_9.0.0.0~bookworm-1_amd64.deb", - "version": "9.0.0.0~bookworm-1" + "filename": "dists/bookworm/main/binary-amd64/winehq-stable_10.0.0.0~bookworm-1_amd64.deb", + "sha256": "8afd962bee42616224c835b2af53b7beb618f92c7fbfe699da3f1976a0601731", + "url": "https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/winehq-stable_10.0.0.0~bookworm-1_amd64.deb", + "version": "10.0.0.0~bookworm-1" } }