From d5f397a78f328b6dff1fca13f7d34de7ea14d4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:09:59 +0000 Subject: [PATCH] Bump restic/restic from 0.14.0 to 0.15.0 Bumps restic/restic from 0.14.0 to 0.15.0. --- updated-dependencies: - dependency-name: restic/restic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31241e4..f514c81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN go mod download COPY . . RUN go build -FROM restic/restic:0.14.0 +FROM restic/restic:0.15.0 RUN apk add --no-cache rclone bash COPY --from=builder /app/autorestic /usr/bin/autorestic ENTRYPOINT []