Skip to content

Commit 93ca51c

Browse files
committed
chore: bump php versions
1 parent a66b199 commit 93ca51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/php-73/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV PHP_BUILD_DIR=${BUILD_DIR}/php
55
RUN 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
1111
WORKDIR ${PHP_BUILD_DIR}/

runtime/php-74/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV PHP_BUILD_DIR=${BUILD_DIR}/php
2727
RUN 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
3333
WORKDIR ${PHP_BUILD_DIR}/

0 commit comments

Comments
 (0)