barrel/Dockerfile: Use php 8.0 explicitly

This commit is contained in:
Tom Wiesing 2021-12-20 15:25:52 +01:00
parent 7eb200e7d9
commit 55d48f213f
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -1,4 +1,4 @@
FROM docker.io/library/php:8-apache-bullseye FROM docker.io/library/php:8.0-apache-bullseye
WORKDIR /var/www WORKDIR /var/www
# install and enable the various required php extension # install and enable the various required php extension