Compare commits

..

3 commits

Author SHA1 Message Date
685e248a19 Merge branch 'main' of ssh://repo.prod.meissa.de:2222/meissa/c4k-forgejo 2023-10-18 20:48:49 +02:00
bca71d97b3 Update infrastructure/backup Dockerfile 2023-10-18 20:46:23 +02:00
f2cac92780 Update infrastructure/backup with
dda-backup 1.0.9,
 infrastructure/federated Dockerfile improvements
2023-10-18 20:44:36 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM domaindrivenarchitecture/dda-backup:1.0.6 FROM domaindrivenarchitecture/dda-backup:1.0.9
# Prepare Entrypoint Script # Prepare Entrypoint Script
ADD resources /tmp ADD resources /tmp

View file

@ -34,6 +34,8 @@ LABEL maintainer="contact@forgejo.org"
EXPOSE 22 3000 EXPOSE 22 3000
RUN apk -U upgrade
RUN apk cache clean
RUN apk --no-cache add \ RUN apk --no-cache add \
bash \ bash \
ca-certificates \ ca-certificates \