summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2021-12-17 17:15:55 +0300
committerKonstantin Pavlov <thresh@nginx.com>2021-12-17 17:15:55 +0300
commit06dd656146ef7031ca3128920d02933fbf673463 (patch)
tree712de430c64575f283ef7c149208d78075dfee04 /pkg
parenta0ea7f2f3ecf24a0d7ed69e42b9227f582b4b441 (diff)
downloadunit-06dd656146ef7031ca3128920d02933fbf673463.tar.gz
unit-06dd656146ef7031ca3128920d02933fbf673463.tar.bz2
Docker: bumped PHP image version.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index a2c1a52b..24c846f1 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -50,7 +50,7 @@ CONFIGURE_perl ?= perl
INSTALL_perl ?= perl-install
COPY_perl =
-VERSION_php ?= 8.0
+VERSION_php ?= 8.1
CONTAINER_php ?= php:$(VERSION_php)-cli
CONFIGURE_php ?= php
INSTALL_php ?= php-install