Skip to content

Commit

Permalink
Update wine to 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve authored Nov 4, 2023
1 parent dfb78fe commit c8a8e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docker-wine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c8a8e04

Please sign in to comment.