From 530b1b646c644300da2890008909b38c97e4ca3a Mon Sep 17 00:00:00 2001 From: Christoph Loy Date: Mon, 2 Oct 2023 11:08:28 +0200 Subject: [PATCH] Update restic to 0.16.0 (#324) --- 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 []