From d217afcf640b0220396418a88af6f08bc78f3168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:31:29 +0000 Subject: [PATCH] Bump debian in /Containers/apache Bumps debian from bullseye-20220711-slim to bullseye-20220801-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Containers/apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/apache/Dockerfile b/Containers/apache/Dockerfile index dac49bb8..05629a16 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -1,7 +1,7 @@ # Caddy is a requirement FROM caddy:2.5.2-alpine as caddy -FROM debian:bullseye-20220711-slim +FROM debian:bullseye-20220801-slim RUN mkdir -p /mnt/data; \ chown www-data:www-data /mnt/data;