We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3637c2 + 5ca5262 commit 5933b5aCopy full SHA for 5933b5a
Dockerfile
@@ -8,10 +8,10 @@ RUN ./install-dependencies.sh
8
RUN ./install.sh
9
# Latest stable and latest snapshot versions:
10
ENV PHP_BUILD_CONFIGURE_OPTS="--with-libxml --with-curl --with-zip --with-mysqli --with-pdo-mysql --enable-bcmath --enable-gd --enable-intl --enable-mbstring"
11
-RUN php-build 7.4.10 /etc/php/7.4
+RUN php-build 7.4.13 /etc/php/7.4
12
# Other supported:
13
-RUN php-build 8.0snapshot /etc/php/8.0
14
-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
15
RUN php-build 7.2.33 /etc/php/7.2
16
RUN php-build 7.1.33 /etc/php/7.1
17
0 commit comments