PHP 7.2.29 added

This commit is contained in:
Adam Štrauch 2020-04-15 11:39:43 +02:00
parent c689d55c9b
commit bdc211d614
Signed by: cx
GPG Key ID: 018304FFA8988F8D
3 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@ RUN build_python.sh 3.8.2
WORKDIR /usr/src
ADD build_php.sh /usr/local/bin/build_php.sh
# 2020/01
RUN build_php.sh 7.2.29
RUN build_php.sh 7.4.2
RUN build_php.sh 7.4.4

View File

@ -16,6 +16,7 @@ The image is based on Debian 10 Buster and it's size is around 2.5 GB when it's
* Node.js 13.12.0
* Node.js 12.14.1
* Node.js 12.16.1
* PHP 7.2.29
* PHP 7.4.2
* PHP 7.4.4

View File

@ -44,6 +44,7 @@ while /bin/true; do
"node-13.12.0" " Node 13.12.0" \
"node-12.14.1" " Node 12.14.1" \
"node-12.16.1" " Node 12.16.1" \
"php-7.2.29" " PHP 7.2.29" \
"php-7.4.2" " PHP 7.4.2" \
"php-7.4.4" " PHP 7.4.4" \
"back" " Go back" \