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