Docker: added python3.12 to versions

This commit is contained in:
tclesius
2024-01-08 16:15:15 +01:00
committed by Konstantin Pavlov
parent bad2c181e1
commit 661e918a70

View File

@@ -59,7 +59,7 @@ INSTALL_php ?= php-install
RUN_php ?= ldconfig
MODULE_PREBUILD_php ?= /bin/true
VERSIONS_python ?= 3.11
VERSIONS_python ?= 3.11 3.12
VARIANT_python ?= $(VARIANT)
$(foreach pythonversion, $(VERSIONS_python), $(eval CONTAINER_python$(pythonversion) = python:$(pythonversion)-$(VARIANT_python)))
CONFIGURE_python ?= python --config=/usr/local/bin/python3-config