From 29923650e5b38c0ade9d8558f69fe3beb896b8db Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Mon, 6 Dec 2021 10:12:24 +0100 Subject: [PATCH] barrel: Update to 7.4-apache-bullseye --- 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 b6b8216..4b4a125 100644 --- a/distillery/resources/compose/barrel/Dockerfile +++ b/distillery/resources/compose/barrel/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7-apache-buster +FROM docker.io/library/php:7.4-apache-bullseye WORKDIR /var/www # install and enable the various required php extension