From 955ac0e32369feaabe57b744da47c9f4cea6bf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:39:38 +0100 Subject: [PATCH] Bump restic/restic from 0.14.0 to 0.15.0 (#283) 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] 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 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 []