From bdc211d614b01eaf4bd6da81b8ab71bb15fd2f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Wed, 15 Apr 2020 11:39:43 +0200 Subject: [PATCH] PHP 7.2.29 added --- Dockerfile | 1 + README.md | 1 + rosti.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 03adca1..fe615a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index cc4b71d..29505af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/rosti.sh b/rosti.sh index e09e88e..7cf8db0 100755 --- a/rosti.sh +++ b/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" \