diff --git a/runtime/base/php-80.Dockerfile b/runtime/base/php-80.Dockerfile index 2e55b9180..fe5ee615e 100644 --- a/runtime/base/php-80.Dockerfile +++ b/runtime/base/php-80.Dockerfile @@ -36,7 +36,7 @@ RUN set -xe; \ make install -ENV VERSION_PHP=8.0.29 +ENV VERSION_PHP=8.0.30 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index d0ab748ba..1ed935512 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.21 +ENV VERSION_PHP=8.1.22 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index f74b22f1d..3625c242d 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.8 +ENV VERSION_PHP=8.2.9 ENV PHP_BUILD_DIR=${BUILD_DIR}/php