From 1d5a4eff38ff9802df8c8b0451448ce440613507 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 14 Feb 2024 19:11:51 +0000 Subject: [PATCH] Upgrade PHP 8.2.15 to 8.2.16 --- runtime/base/php-82.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index 24ba6e0f7..13b1e66d2 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.15 +ENV VERSION_PHP=8.2.16 ENV PHP_BUILD_DIR=${BUILD_DIR}/php