mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 17:50:41 +08:00
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] <support@github.com>
This commit is contained in:
parent
096be7107a
commit
c264cc3a02
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue