From b2a749353903e9e28fdefeabc80b97ab72b2a18d Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 23 Nov 2024 19:37:48 -0700 Subject: [PATCH] Switch container to Wine 8.0 to test the out of memory bug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67fd615..7238850 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /app/mcrcon RUN make -FROM git.zontreck.com/ariascreations/yolks:wine_9.21 +FROM git.zontreck.com/ariascreations/yolks:wine_8.0 WORKDIR /app