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 c4e9d16 commit fe68b03Copy full SHA for fe68b03
cli/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.1-cli-bullseye
+FROM php:8.0-cli-bullseye
2
3
# Install dependencies
4
RUN apt-get update && apt-get install -yqq \
fpm/Dockerfile
-FROM php:8.1-fpm-bullseye
+FROM php:8.0-fpm-bullseye
0 commit comments