We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b3115 commit da3f4dcCopy full SHA for da3f4dc
assets/.lando.base.yml
@@ -7,7 +7,7 @@ env_file:
7
services:
8
appserver:
9
webroot: web
10
- type: php:7.4
+ type: php:8.2
11
overrides:
12
environment:
13
PHP_IDE_CONFIG: serverName=localhost
assets/lagoon/php.dockerfile
@@ -1,6 +1,6 @@
1
ARG CLI_IMAGE
2
FROM ${CLI_IMAGE} as cli
3
4
-FROM uselagoon/php-8.1-fpm:latest
+FROM uselagoon/php-8.2-fpm:latest
5
6
COPY --from=cli /app /app
0 commit comments