From 982ee5ddd678672e168862114380499f2f0930a8 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 27 Oct 2023 01:22:35 +0200 Subject: [PATCH] Use development version of wine for now This fixes https://bugs.winehq.org/show_bug.cgi?id=55708 when using Python 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf22412..5f59ea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tobix/wine:stable +FROM tobix/wine:devel MAINTAINER Tobias Gruetzmacher "tobias-docker@23.gs" ENV WINEDEBUG -all