Skip to content

Commit

Permalink
update restic
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Feb 5, 2024
1 parent e57078d commit 5ed5fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5ed5fae

Please sign in to comment.