Revert "Dockerfile: Use php 8.1"

This reverts commit a7f236118c.
This commit is contained in:
Tom Wiesing 2022-12-06 12:57:33 +01:00
parent a7f236118c
commit 790460f9de
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
FROM docker.io/library/php:8.1-apache-bullseye
FROM docker.io/library/php:8.0-apache-bullseye
ARG COMPOSER_VERSION=2.3.8
WORKDIR /var/www