Skip to content

Commit da3f4dc

Browse files
Update PHP for lando
1 parent a5b3115 commit da3f4dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/.lando.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env_file:
77
services:
88
appserver:
99
webroot: web
10-
type: php:7.4
10+
type: php:8.2
1111
overrides:
1212
environment:
1313
PHP_IDE_CONFIG: serverName=localhost

assets/lagoon/php.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG CLI_IMAGE
22
FROM ${CLI_IMAGE} as cli
33

4-
FROM uselagoon/php-8.1-fpm:latest
4+
FROM uselagoon/php-8.2-fpm:latest
55

66
COPY --from=cli /app /app

0 commit comments

Comments
 (0)