Skip to content

Commit

Permalink
PHP 8.0.30, 8.1.22, 8.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 1, 2023
1 parent 0085106 commit 73bda4f
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 73bda4f

Please sign in to comment.