Skip to content

Commit

Permalink
Update PHP for lando
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDickinsonWilde authored Apr 23, 2024
1 parent a5b3115 commit da3f4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/.lando.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env_file:
services:
appserver:
webroot: web
type: php:7.4
type: php:8.2
overrides:
environment:
PHP_IDE_CONFIG: serverName=localhost
Expand Down
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-8.1-fpm:latest
FROM uselagoon/php-8.2-fpm:latest

COPY --from=cli /app /app

0 comments on commit da3f4dc

Please sign in to comment.