From c264cc3a02097332e7bdfe4b61376186bcef39ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:40:04 +0000 Subject: [PATCH] Bump debian in /Containers/apache Bumps debian from bullseye-20220801-slim to bullseye-20220822-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 05629a16..c0de61ba 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-20220801-slim +FROM debian:bullseye-20220822-slim RUN mkdir -p /mnt/data; \ chown www-data:www-data /mnt/data;