From 2aeef0dbacdfac90dcdee017406ff15dea4c7bf2 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 12:43:40 +0200 Subject: [PATCH] change python version for alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef483a2..b7fbdf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM amd64/alpine:3.19 -ARG PYTHON_VERSION=3.11.7 +ARG PYTHON_VERSION=3.11.6 ARG PYTHON_URL=https://www.python.org/ftp/python/${PYTHON_VERSION}/python-3.11.7.exe ENV WINEDEBUG=fixme-all