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 \