From 381b430d1120c0a8eb885953176b200f55cd4ebc Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 8 Sep 2020 10:36:59 +0200 Subject: [PATCH] Upgrade to PHP 8 beta3 --- runtime/base/php-80.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/base/php-80.Dockerfile b/runtime/base/php-80.Dockerfile index 4425633ea..e9962f984 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.0beta1 +ENV VERSION_PHP=8.0.0beta3 ENV PHP_BUILD_DIR=${BUILD_DIR}/php