diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index 2cd7cc265..d0ab748ba 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.20 +ENV VERSION_PHP=8.1.21 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index d77f6baf1..f74b22f1d 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.7 +ENV VERSION_PHP=8.2.8 ENV PHP_BUILD_DIR=${BUILD_DIR}/php