feat: update to kopia 0.15.0

This commit is contained in:
Michael Mandl 2024-02-29 09:47:16 +01:00
parent 6625f052ac
commit 83f20d76c4
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -1,4 +1,4 @@
FROM kopia/kopia:0.14 FROM kopia/kopia:0.15.0
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y cron postgresql-client lftp && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y cron postgresql-client lftp && rm -rf /var/lib/apt/lists/*