Docker: bumped Python image version.

This commit is contained in:
Konstantin Pavlov
2022-01-13 11:35:12 +03:00
parent 1297e8a16a
commit 485886d8f9

View File

@@ -56,7 +56,7 @@ CONFIGURE_php ?= php
INSTALL_php ?= php-install INSTALL_php ?= php-install
COPY_php = RUN ldconfig COPY_php = RUN ldconfig
VERSION_python ?= 3.9 VERSION_python ?= 3.10
CONTAINER_python ?= python:$(VERSION_python) CONTAINER_python ?= python:$(VERSION_python)
CONFIGURE_python ?= python --config=/usr/local/bin/python3-config CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
INSTALL_python ?= python3-install INSTALL_python ?= python3-install