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 a24addc commit e6562d3Copy full SHA for e6562d3
assets/lagoon/php.dockerfile
@@ -1,6 +1,6 @@
1
ARG CLI_IMAGE
2
FROM ${CLI_IMAGE} as cli
3
4
-FROM uselagoon/php-7.4-fpm:latest
+FROM uselagoon/php-8.1-fpm:latest
5
6
COPY --from=cli /app /app
0 commit comments