File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV PHP_BUILD_DIR=${BUILD_DIR}/php
55RUN set -xe; \
66 mkdir -p ${PHP_BUILD_DIR}; \
77# Download and upack the source code
8- curl -Ls https://github.com/php/php-src/archive/php-7.3.25 .tar.gz \
8+ curl -Ls https://github.com/php/php-src/archive/php-7.3.27 .tar.gz \
99 | tar xzC ${PHP_BUILD_DIR} --strip-components=1
1010# Move into the unpackaged code directory
1111WORKDIR ${PHP_BUILD_DIR}/
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ENV PHP_BUILD_DIR=${BUILD_DIR}/php
2727RUN set -xe; \
2828 mkdir -p ${PHP_BUILD_DIR}; \
2929# Download and upack the source code
30- curl -Ls https://github.com/php/php-src/archive/php-7.4.13 .tar.gz \
30+ curl -Ls https://github.com/php/php-src/archive/php-7.4.16 .tar.gz \
3131 | tar xzC ${PHP_BUILD_DIR} --strip-components=1
3232# Move into the unpackaged code directory
3333WORKDIR ${PHP_BUILD_DIR}/
You can’t perform that action at this time.
0 commit comments