From edc939a609dca4a58d7e1fede64685ac0295f71f Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 12 Mar 2024 08:56:13 +0000 Subject: [PATCH] Bump PHP 8.2.16 to 8.2.17 --- 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 13b1e66d2..22c276e80 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.16 +ENV VERSION_PHP=8.2.17 ENV PHP_BUILD_DIR=${BUILD_DIR}/php