From 967c373a4cf9538d9d1bede9583c96a3d67af945 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 11 Apr 2024 23:43:56 +0100 Subject: [PATCH] Upgrade PHP versions --- 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 3a600066a..5b8e5515a 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.27 +ENV VERSION_PHP=8.1.28 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index 22c276e80..ff556af49 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.17 +ENV VERSION_PHP=8.2.18 ENV PHP_BUILD_DIR=${BUILD_DIR}/php