Bump debian in /Containers/apache

Bumps debian from bullseye-20220622-slim to bullseye-20220711-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-12 12:45:25 +00:00 committed by GitHub
parent 0224304dca
commit 11fdf29fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Caddy is a requirement
FROM caddy:2.5.1-alpine as caddy
FROM debian:bullseye-20220622-slim
FROM debian:bullseye-20220711-slim
RUN mkdir -p /mnt/data; \
chown www-data:www-data /mnt/data;