From f58b522e035357dae22d65b89b4c06827c630d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:34:12 +0100 Subject: [PATCH] deps: bump restic/restic (#1675) Bumps [restic/restic](https://github.com/restic/restic) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/restic/restic/releases) - [Changelog](https://github.com/restic/restic/blob/master/CHANGELOG.md) - [Commits](https://github.com/restic/restic/compare/v0.17.1...v0.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> --- .../ferrarimarco_home_lab_node/files/config/restic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ansible/roles/ferrarimarco_home_lab_node/files/config/restic/Dockerfile b/config/ansible/roles/ferrarimarco_home_lab_node/files/config/restic/Dockerfile index 2a280b47a..d01c68d06 100644 --- a/config/ansible/roles/ferrarimarco_home_lab_node/files/config/restic/Dockerfile +++ b/config/ansible/roles/ferrarimarco_home_lab_node/files/config/restic/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/restic/restic:0.17.1@sha256:5a026985e1dec5b2e8f097686f97636f71cb7d6072ddc43acbe1f305f3fa6797 +FROM ghcr.io/restic/restic:0.17.2@sha256:ac8034615699a22c258184d04d79524833e2884c7b85c0f9b1ee716e6530505c COPY ./entrypoint.sh /bin/entrypoint.sh