From 5ca52623f4f06888eaf5d6593b0aa4818f624e6d Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 6 Dec 2020 19:51:40 +0000 Subject: [PATCH] Updating php to latest stable version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 437d356..2efca81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,10 @@ RUN ./install-dependencies.sh RUN ./install.sh # Latest stable and latest snapshot versions: ENV PHP_BUILD_CONFIGURE_OPTS="--with-libxml --with-curl --with-zip --with-mysqli --with-pdo-mysql --enable-bcmath --enable-gd --enable-intl --enable-mbstring" -RUN php-build 7.4.10 /etc/php/7.4 +RUN php-build 7.4.13 /etc/php/7.4 # Other supported: -RUN php-build 8.0snapshot /etc/php/8.0 -RUN php-build 7.3.22 /etc/php/7.3 +RUN php-build 8.0.0 /etc/php/8.0 +RUN php-build 7.3.25 /etc/php/7.3 RUN php-build 7.2.33 /etc/php/7.2 RUN php-build 7.1.33 /etc/php/7.1