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 | 06dd656146ef7031ca3128920d02933fbf673463 (patch) | |
tree | 712de430c64575f283ef7c149208d78075dfee04 /pkg/docker/Makefile | |
parent | a0ea7f2f3ecf24a0d7ed69e42b9227f582b4b441 (diff) | |
download | unit-06dd656146ef7031ca3128920d02933fbf673463.tar.gz unit-06dd656146ef7031ca3128920d02933fbf673463.tar.bz2 |
Docker: bumped PHP 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 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 |