Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
bumped php to 7.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 3, 2020
1 parent 625ccda commit 05fc29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# limitations under the License.
FROM centos:centos7 AS php-build

ARG PHP_VERSION=7.3.13
ARG PHP_VERSION=7.3.15
ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz

RUN yum -y install epel-release \
Expand Down

0 comments on commit 05fc29c

Please sign in to comment.