Skip to content

Commit

Permalink
chore: bump php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Apr 7, 2021
1 parent a66b199 commit 93ca51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/php-73/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PHP_BUILD_DIR=${BUILD_DIR}/php
RUN set -xe; \
mkdir -p ${PHP_BUILD_DIR}; \
# Download and upack the source code
curl -Ls https://github.com/php/php-src/archive/php-7.3.25.tar.gz \
curl -Ls https://github.com/php/php-src/archive/php-7.3.27.tar.gz \
| tar xzC ${PHP_BUILD_DIR} --strip-components=1
# Move into the unpackaged code directory
WORKDIR ${PHP_BUILD_DIR}/
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-74/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV PHP_BUILD_DIR=${BUILD_DIR}/php
RUN set -xe; \
mkdir -p ${PHP_BUILD_DIR}; \
# Download and upack the source code
curl -Ls https://github.com/php/php-src/archive/php-7.4.13.tar.gz \
curl -Ls https://github.com/php/php-src/archive/php-7.4.16.tar.gz \
| tar xzC ${PHP_BUILD_DIR} --strip-components=1
# Move into the unpackaged code directory
WORKDIR ${PHP_BUILD_DIR}/
Expand Down

0 comments on commit 93ca51c

Please sign in to comment.