Skip to content

Commit 393b41e

Browse files
committed
Docker: bumped Python image version.
1 parent 78c0f6c commit 393b41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CONFIGURE_php ?= php
5656
INSTALL_php ?= php-install
5757
COPY_php = RUN ldconfig
5858

59-
VERSION_python ?= 3.9
59+
VERSION_python ?= 3.10
6060
CONTAINER_python ?= python:$(VERSION_python)
6161
CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
6262
INSTALL_python ?= python3-install

0 commit comments

Comments
 (0)