From c8a8e041cd2128d796602c5c16c110ed568a30f0 Mon Sep 17 00:00:00 2001 From: pauleve Date: Sat, 4 Nov 2023 12:13:09 +0000 Subject: [PATCH] Update wine to 8.19 --- README.md | 2 +- docker-wine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47d6d25..931157f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ and macOS. Join the "WineHQ Players" clan! (Account > Buddies, Clan, Chat > Look for WineHQ Players and contact the captain, or send a mail to panard at inzenet dot org with your MTGO user name) -It is based on [i386/debian:stable-slim](https://hub.docker.com/r/i386/debian/) and wine 8.15. +It is based on [i386/debian:stable-slim](https://hub.docker.com/r/i386/debian/) and wine 8.19. See https://appdb.winehq.org/objectManager.php?sClass=version&iId=32007 for more information. diff --git a/docker-wine/Dockerfile b/docker-wine/Dockerfile index c439523..cf7a841 100644 --- a/docker-wine/Dockerfile +++ b/docker-wine/Dockerfile @@ -11,7 +11,7 @@ COPY debian/control /tmp/control RUN mk-build-deps -i -r -t "apt-get -y --no-install-recommends" /tmp/control ARG WINE_GIT=wine-mirror/wine -ARG WINE_TAG=wine-8.15 +ARG WINE_TAG=wine-8.19 ARG WINE_DIST=devel RUN curl -L https://github.com/$WINE_GIT/archive/$WINE_TAG.tar.gz \