change python version for alpine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Argiris Deligiannidis 2024-02-02 12:43:40 +02:00
parent bf6b52271e
commit 2aeef0dbac

View File

@ -1,6 +1,6 @@
FROM amd64/alpine:3.19 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 ARG PYTHON_URL=https://www.python.org/ftp/python/${PYTHON_VERSION}/python-3.11.7.exe
ENV WINEDEBUG=fixme-all ENV WINEDEBUG=fixme-all