From 451569d662abf0bda5ffd59e71b3b402ea4e7225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:18:16 +0000 Subject: [PATCH] chore(deps): update dependency restic/restic to v0.18.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c72bab..eaaca2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN tar x -f /tmp/mc-monitor.tar.gz -C /opt/ && \ chmod +x /opt/mc-monitor # renovate: datasource=github-releases packageName=restic/restic -ARG RESTIC_VERSION=0.18.0 +ARG RESTIC_VERSION=0.18.1 # NOTE: restic releases don't differentiate arm v6 from v7, so TARGETVARIANT is not used # and have to assume they release armv7 ADD https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_${TARGETARCH}.bz2 /tmp/restic.bz2