diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2021-12-17 17:15:55 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2021-12-17 17:15:55 +0300 |
commit | 650784928293bb07b5b4acf4b14d3845b011556d (patch) | |
tree | 9b30f5c177cedb5c8d954f11049e27428a983e11 /pkg | |
parent | 3e0ece20b5ad106905faffa9a0a3a527c3aba88c (diff) | |
download | unit-650784928293bb07b5b4acf4b14d3845b011556d.tar.gz unit-650784928293bb07b5b4acf4b14d3845b011556d.tar.bz2 |
Docker: bumped PHP image version.
Diffstat (limited to 'pkg')
-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 18c406a9..91038b4c 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 |