diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index 198f39ffc..3a600066a 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.26 +ENV VERSION_PHP=8.1.27 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index 32411abbe..24ba6e0f7 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.13 +ENV VERSION_PHP=8.2.15 ENV PHP_BUILD_DIR=${BUILD_DIR}/php