Skip to content

Commit

Permalink
Update restic to 0.16.3 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
cz3k committed Feb 4, 2024
1 parent 0920632 commit 854f21e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#
FROM golang:1.19.5-alpine3.17 AS builder

ARG RESTIC_VERSION=0.16.2
ARG RESTIC_SHA256_AMD64=dae5e6e39107a66dc5c8ea59f6f27b16c54bd6be31f57e3281f6d87de30e05b0
ARG RESTIC_SHA256_ARM=60376b01b334a0cee3a59016f44dde8b336de2b6aa44f1e6e403d307990c47a0
ARG RESTIC_SHA256_ARM64=efdd75eb5c12af6fec4189aa57dc777035a87dd57204daa52293901199569157
ARG RESTIC_VERSION=0.16.3
ARG RESTIC_SHA256_AMD64=aa86e5667c46ab0bdf8ceca80fa3c8775da2bbc18656250a745ac8b042837a70
ARG RESTIC_SHA256_ARM=3f031af58b8b614eafe0fbefb338542b7b04f878853fa9f62394a00923375735
ARG RESTIC_SHA256_ARM64=7fdc003748c1fa5ff0d87a64aaa8a029927596db53ee09248494aaebe3970179

ARG RCLONE_VERSION=1.64.2
# These are the checksums for the zip files
Expand Down

0 comments on commit 854f21e

Please sign in to comment.