Skip to content

Commit

Permalink
PHP 8.1 on php.dockerfile.
Browse files Browse the repository at this point in the history
PHP 8.1
  • Loading branch information
zoiosilva authored Oct 19, 2023
1 parent a24addc commit e6562d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/lagoon/php.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli

FROM uselagoon/php-7.4-fpm:latest
FROM uselagoon/php-8.1-fpm:latest

COPY --from=cli /app /app

0 comments on commit e6562d3

Please sign in to comment.