From 73bda4f5ee479f35ae385b8cc8eb294cf363d0f9 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 1 Aug 2023 10:39:48 +0100 Subject: [PATCH] PHP 8.0.30, 8.1.22, 8.2.9 --- runtime/base/php-80.Dockerfile | 2 +- runtime/base/php-81.Dockerfile | 2 +- runtime/base/php-82.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/base/php-80.Dockerfile b/runtime/base/php-80.Dockerfile index 2e55b9180..fe5ee615e 100644 --- a/runtime/base/php-80.Dockerfile +++ b/runtime/base/php-80.Dockerfile @@ -36,7 +36,7 @@ RUN set -xe; \ make install -ENV VERSION_PHP=8.0.29 +ENV VERSION_PHP=8.0.30 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index d0ab748ba..1ed935512 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.21 +ENV VERSION_PHP=8.1.22 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index f74b22f1d..3625c242d 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.8 +ENV VERSION_PHP=8.2.9 ENV PHP_BUILD_DIR=${BUILD_DIR}/php