From a5e715279664b65318f9dc5e345c3c80d61a1fea Mon Sep 17 00:00:00 2001 From: pauleve Date: Fri, 29 Apr 2022 21:57:22 +0000 Subject: [PATCH] Update wine to 7.7 --- README.md | 2 +- docker-wine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4a433e..045beb5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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 7.0-rc1. +It is based on [i386/debian:stable-slim](https://hub.docker.com/r/i386/debian/) and wine 7.7. 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 6d5de8e..208d1c4 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-7.0-rc1 +ARG WINE_TAG=wine-7.7 ARG WINE_DIST=devel RUN curl -L https://github.com/$WINE_GIT/archive/$WINE_TAG.tar.gz \