Skip to content

Commit e711957

Browse files
8.5.0beta1
1 parent b544263 commit e711957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-85/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG IMAGE_VERSION_SUFFIX
55

66
# https://www.php.net/downloads
7-
ARG VERSION_PHP=8.5.0alpha4
7+
ARG VERSION_PHP=8.5.0beta1
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2
@@ -461,7 +461,7 @@ WORKDIR ${PHP_BUILD_DIR}
461461
# --silent will hide the progress, but also the errors: we restore error messages with --show-error
462462
# --fail makes sure that curl returns an error instead of fetching the 404 page
463463
ARG VERSION_PHP
464-
RUN curl --location --silent --show-error --fail https://downloads.php.net/~daniels/php-${VERSION_PHP}.tar.gz \
464+
RUN curl --location --silent --show-error --fail https://downloads.php.net/~edorian/php-${VERSION_PHP}.tar.gz \
465465
| tar xzC . --strip-components=1
466466

467467
# Configure the build

0 commit comments

Comments
 (0)