From dfa8e85563edb085b1a51bb09a0f20e16d54ea1a Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 14 Dec 2021 15:18:07 +0100 Subject: [PATCH] distillery: Update to php 8 --- 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 bd185c8..7e49d58 100644 --- a/distillery/resources/compose/barrel/Dockerfile +++ b/distillery/resources/compose/barrel/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/php:7.4-apache-bullseye +FROM docker.io/library/php:8-apache-bullseye WORKDIR /var/www # install and enable the various required php extension