From 722d8bdadcbce7c71ee63adafe04649fd5dc6ccc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 4 Oct 2023 22:52:15 +0100 Subject: [PATCH] PHP 8.1.4, 8.2.11 --- runtime/base/php-81.Dockerfile | 2 +- runtime/base/php-82.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index 576b623e1..821288ee4 100644 --- a/runtime/base/php-81.Dockerfile +++ b/runtime/base/php-81.Dockerfile @@ -36,7 +36,7 @@ RUN set -xe; \ make install -ENV VERSION_PHP=8.1.23 +ENV VERSION_PHP=8.1.24 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index efa7a4ef2..c9da43c56 100644 --- a/runtime/base/php-82.Dockerfile +++ b/runtime/base/php-82.Dockerfile @@ -36,7 +36,7 @@ RUN set -xe; \ make install -ENV VERSION_PHP=8.2.10 +ENV VERSION_PHP=8.2.11 ENV PHP_BUILD_DIR=${BUILD_DIR}/php