diff --git a/runtime/base/php-81.Dockerfile b/runtime/base/php-81.Dockerfile index 3a600066a..5b8e5515a 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.27 +ENV VERSION_PHP=8.1.28 ENV PHP_BUILD_DIR=${BUILD_DIR}/php diff --git a/runtime/base/php-82.Dockerfile b/runtime/base/php-82.Dockerfile index 22c276e80..ff556af49 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.17 +ENV VERSION_PHP=8.2.18 ENV PHP_BUILD_DIR=${BUILD_DIR}/php