Skip to content

Commit

Permalink
Use development version of wine for now
Browse files Browse the repository at this point in the history
This fixes https://bugs.winehq.org/show_bug.cgi?id=55708 when using
Python 3.12
  • Loading branch information
TobiX committed Oct 26, 2023
1 parent 05afe9e commit 982ee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tobix/wine:stable
FROM tobix/wine:devel
MAINTAINER Tobias Gruetzmacher "[email protected]"

ENV WINEDEBUG -all
Expand Down

0 comments on commit 982ee5d

Please sign in to comment.