Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Restic to v0.15.1 #159

Merged
merged 1 commit into from
Feb 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.0
ARG RESTIC_SHA256_AMD64=a1fccf26ba0a2f7ae387b9e639c8e87885ac5fca39e9eb3a24d7386d296252c2
ARG RESTIC_SHA256_ARM=53774723cd9aa6a4a815ad002dd8be8535611237463240767ef3821f0d9e14b4
ARG RESTIC_SHA256_ARM64=7e58ac2436868f98276bb647edeb7cae2c5cb68a9d4d4aa152b0c80985a72a3a
ARG RESTIC_VERSION=0.15.1
ARG RESTIC_SHA256_AMD64=3631e3c3833c84ba71f22ea3df20381676abc7476a7f6d14424d9abfada91414
ARG RESTIC_SHA256_ARM=1a5c1d2a3b17aa381c318b3f3919f7cfc4cd430c3a2c3053ba055fb4ccf38c97
ARG RESTIC_SHA256_ARM64=bf6e09743df6899a02f0647d899fb008932760ea872667287bbc47b42091a3b0

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