From 5a0f7e94f4f794d2491c3e67e97b0008848487c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:55:52 +0200 Subject: [PATCH] Bump restic/restic from 0.17.0 to 0.17.1 (#393) Bumps restic/restic from 0.17.0 to 0.17.1. --- 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 a891595..3407dc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN go mod download COPY . . RUN go build -FROM restic/restic:0.17.0 +FROM restic/restic:0.17.1 RUN apk add --no-cache rclone bash curl docker-cli COPY --from=builder /app/autorestic /usr/bin/autorestic ENTRYPOINT []