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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Dec 20, 2018
1 parent 05b90c9 commit 868deac
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 @@ -41,7 +41,7 @@ RUN yum -y update && yum -y install \

WORKDIR /usr/local/src

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

RUN mkdir php-src \
Expand Down

0 comments on commit 868deac

Please sign in to comment.