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 | 485886d8f9a665e9c416a98dd00e5c836b6bf27c (patch) | |
tree | 5e3d4f7c3b08f60aeec1f6ff4aaf96c861dda282 /pkg/docker | |
parent | 1297e8a16a2fb0ccc195c0dd14b678bb2d7fc9fc (diff) | |
download | unit-485886d8f9a665e9c416a98dd00e5c836b6bf27c.tar.gz unit-485886d8f9a665e9c416a98dd00e5c836b6bf27c.tar.bz2 |
Docker: bumped Python image version.
Diffstat (limited to 'pkg/docker')
-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 91038b4c..39261b0a 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 |