Skip to content

Commit

Permalink
Merge pull request #1251 from mykiwi-forks/bump-php8
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Jul 23, 2022
2 parents 99c0d6f + 31bd7ab commit 71acb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/base/php-82.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -xe; \
make install


ENV VERSION_PHP=8.2.0alpha3
ENV VERSION_PHP=8.2.0beta1


ENV PHP_BUILD_DIR=${BUILD_DIR}/php
Expand All @@ -46,7 +46,7 @@ RUN set -xe; \
# --location will follow redirects
# --silent will hide the progress, but also the errors: we restore error messages with --show-error
# --fail makes sure that curl returns an error instead of fetching the 404 page
curl --location --silent --show-error --fail https://downloads.php.net/~sergey/php-${VERSION_PHP}.tar.gz \
curl --location --silent --show-error --fail https://downloads.php.net/~pierrick/php-${VERSION_PHP}.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 71acb00

Please sign in to comment.