diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index 4c49ba869..198f39ffc 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.25 +ENV VERSION_PHP=8.1.26 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index f37d4983a..32411abbe 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.12 +ENV VERSION_PHP=8.2.13 ENV PHP_BUILD_DIR=${BUILD_DIR}/php