From 55d48f213f3ebd2796dd48af01c88cc295d65df4 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Mon, 20 Dec 2021 15:25:52 +0100 Subject: [PATCH] barrel/Dockerfile: Use php 8.0 explicitly --- distillery/resources/compose/barrel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/resources/compose/barrel/Dockerfile b/distillery/resources/compose/barrel/Dockerfile index 8ac6e2d..5ca81de 100644 --- a/distillery/resources/compose/barrel/Dockerfile +++ b/distillery/resources/compose/barrel/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/php:8-apache-bullseye +FROM docker.io/library/php:8.0-apache-bullseye WORKDIR /var/www # install and enable the various required php extension