Skip to content

Commit

Permalink
Merge pull request #938 from peldax/patch-3
Browse files Browse the repository at this point in the history
Bumped PHP versions
  • Loading branch information
mnapoli authored Jul 4, 2021
2 parents 3a0646e + 8c502e9 commit edd9ab8
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-73.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

FROM bref/tmp/step-1/build-environment as build-environment

ENV VERSION_PHP=7.3.28
ENV VERSION_PHP=7.3.29

ENV PHP_BUILD_DIR=${BUILD_DIR}/php
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion runtime/base/php-74.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=7.4.19
ENV VERSION_PHP=7.4.21


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


ENV PHP_BUILD_DIR=${BUILD_DIR}/php
Expand Down

0 comments on commit edd9ab8

Please sign in to comment.