From 5ed5fae6ca0ec38d5f2e85fa205f7ab84953560f Mon Sep 17 00:00:00 2001 From: nxcc <> Date: Mon, 5 Feb 2024 08:49:18 +0100 Subject: [PATCH] update restic --- README.md | 1 + docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62db506..b98b58d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ the [docs directory](docs). * `v1.6.5` routine update of Dockerfile * `v1.7.0` correct cron execution even when host was suspended between runs * `v1.7.1` skip backup when next run is in the past + * `v1.7.2` update restic in Docker image [restic]: https://github.com/restic/restic [sidecar]: test/deploy/demo/base/_common/deployment.yaml#L26-L48 diff --git a/docker/Dockerfile b/docker/Dockerfile index e924508..bf7b63c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -trimpath -tags timetzdata -ldflags="-s -w -X 'ma FROM library/alpine:20231219 # https://github.com/restic/restic/releases -ARG RESTIC_VERSION=0.16.3 +ARG RESTIC_VERSION=0.16.4 # https://github.com/mikefarah/yq/releases/ ARG YQ_VERSION=4.40.5 RUN set -x \