Skip to content

Commit

Permalink
Use source instead of binary sha256 for restic 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Nov 19, 2020
1 parent 7801da0 commit 8f03e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM golang:1.15 AS builder

ARG RESTIC_VERSION=0.11.0
ARG RESTIC_SHA256=f559e774c91f1201ffddba74d5758dec8342ad2b50a3bcd735ccb0c88839045c
ARG RESTIC_SHA256=73cf434ec93e2e20aa3d593dc5eacb221a71d5ae0943ca59bdffedeaf238a9c6
ARG GO_CRON_VERSION=0.0.4
ARG GO_CRON_SHA256=6c8ac52637150e9c7ee88f43e29e158e96470a3aaa3fcf47fd33771a8a76d959
ARG RCLONE_VERSION=1.53.2
Expand Down

0 comments on commit 8f03e0c

Please sign in to comment.