diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-01-13 11:35:12 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-01-13 11:35:12 +0300 |
commit | 393b41ebc930beb943ddc381787357bcde0cc23f (patch) | |
tree | e70907ec1b56840aa82d3f8f4b02aef058013e65 /pkg | |
parent | 78c0f6c9124e06ec66f470c121724b3910e6c563 (diff) | |
download | unit-393b41ebc930beb943ddc381787357bcde0cc23f.tar.gz unit-393b41ebc930beb943ddc381787357bcde0cc23f.tar.bz2 |
Docker: bumped Python image version.
Diffstat (limited to '')
-rw-r--r-- | pkg/docker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |