From f7d28b486c68c2cc078bdcfd7fa386dec969dfee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:21:16 +0100 Subject: [PATCH] Bump restic/restic from 0.17.1 to 0.17.2 (#407) Bumps restic/restic from 0.17.1 to 0.17.2. --- updated-dependencies: - dependency-name: restic/restic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0a9234..5fa1a9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN go mod download COPY . . RUN go build -FROM restic/restic:0.17.1 +FROM restic/restic:0.17.2 RUN apk add --no-cache rclone bash curl docker-cli COPY --from=builder /app/autorestic /usr/bin/autorestic ENTRYPOINT []