Skip to content

Commit 5933b5a

Browse files
author
Greg Bowler
authored
Merge pull request #3 from Gared/patch-1
Updating php to latest stable version
2 parents a3637c2 + 5ca5262 commit 5933b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RUN ./install-dependencies.sh
88
RUN ./install.sh
99
# Latest stable and latest snapshot versions:
1010
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
11+
RUN php-build 7.4.13 /etc/php/7.4
1212
# Other supported:
13-
RUN php-build 8.0snapshot /etc/php/8.0
14-
RUN php-build 7.3.22 /etc/php/7.3
13+
RUN php-build 8.0.0 /etc/php/8.0
14+
RUN php-build 7.3.25 /etc/php/7.3
1515
RUN php-build 7.2.33 /etc/php/7.2
1616
RUN php-build 7.1.33 /etc/php/7.1
1717

0 commit comments

Comments
 (0)