Skip to content

Commit

Permalink
Merge pull request #1655 from GrahamCampbell/1.x-php
Browse files Browse the repository at this point in the history
[1.x] PHP 8.1.24, 8.2.11
  • Loading branch information
mnapoli committed Oct 11, 2023
2 parents 4c8c32d + 722d8bd commit 812b7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/base/php-81.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.1.23
ENV VERSION_PHP=8.1.24


ENV PHP_BUILD_DIR=${BUILD_DIR}/php
Expand Down
2 changes: 1 addition & 1 deletion 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.10
ENV VERSION_PHP=8.2.11


ENV PHP_BUILD_DIR=${BUILD_DIR}/php
Expand Down

0 comments on commit 812b7ff

Please sign in to comment.