From 0732530c9ce681ef5b4191360aa9ea725547e2f8 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Tue, 20 Dec 2022 16:45:46 +0100 Subject: [PATCH] bitnami/apache chart update to 9.2.9 defaults to bitnami-image r63 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be10ca5..72c377d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ## This temporary image compiles and installs mod_auth_mellon into bitnami apache -FROM bitnami/apache:2.4.54-debian-11-r27 as builder +FROM bitnami/apache:2.4.54-debian-11-r63 as builder USER root