diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index 576b623e1..821288ee4 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.23 +ENV VERSION_PHP=8.1.24 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index efa7a4ef2..c9da43c56 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.10 +ENV VERSION_PHP=8.2.11 ENV PHP_BUILD_DIR=${BUILD_DIR}/php