Skip to content

Commit

Permalink
Merge pull request #1604 from GrahamCampbell/1.x-new-php
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Aug 6, 2023
2 parents 5f8096a + 73bda4f commit 3299a0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/base/php-80.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.0.29
ENV VERSION_PHP=8.0.30


ENV PHP_BUILD_DIR=${BUILD_DIR}/php
Expand Down
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.21
ENV VERSION_PHP=8.1.22


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.8
ENV VERSION_PHP=8.2.9


ENV PHP_BUILD_DIR=${BUILD_DIR}/php
Expand Down

0 comments on commit 3299a0f

Please sign in to comment.