From cbff7e3be36664f779c35a78b807d2b7a1aea47e Mon Sep 17 00:00:00 2001 From: Christoph Loy Date: Sun, 1 Oct 2023 12:34:31 +0200 Subject: [PATCH] Update restic to 0.16.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a15492c..5a7598b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN go mod download COPY . . RUN go build -FROM restic/restic:0.15.1 +FROM restic/restic:0.16.0 RUN apk add --no-cache rclone bash COPY --from=builder /app/autorestic /usr/bin/autorestic ENTRYPOINT []