From 483243bdc582380bb98480173094312473726607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 05:12:05 +0000 Subject: [PATCH] chore(deps): update restic/restic docker tag to v0.18.1 --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index f068616..cc0e704 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,4 @@ -FROM restic/restic:0.17.3 +FROM restic/restic:0.18.1 RUN apk update && apk add \ python3 \