From 393b41ebc930beb943ddc381787357bcde0cc23f Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Thu, 13 Jan 2022 11:35:12 +0300 Subject: Docker: bumped Python image version. --- pkg/docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index 24c846f1..f8578986 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -56,7 +56,7 @@ CONFIGURE_php ?= php INSTALL_php ?= php-install COPY_php = RUN ldconfig -VERSION_python ?= 3.9 +VERSION_python ?= 3.10 CONTAINER_python ?= python:$(VERSION_python) CONFIGURE_python ?= python --config=/usr/local/bin/python3-config INSTALL_python ?= python3-install -- cgit