PHP 7.2.29 added
This commit is contained in:
parent
c689d55c9b
commit
bdc211d614
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
1
rosti.sh
1
rosti.sh
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue