Skip to content

Commit

Permalink
Merge pull request #73 from jlelse/master
Browse files Browse the repository at this point in the history
Update rclone and restic
  • Loading branch information
djmaze authored Feb 25, 2021
2 parents 235ab46 + 098b626 commit 520207c
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,12 +3,12 @@
#
FROM golang:1.15-alpine3.12 AS builder

ARG RESTIC_VERSION=0.11.0
ARG RESTIC_SHA256=73cf434ec93e2e20aa3d593dc5eacb221a71d5ae0943ca59bdffedeaf238a9c6
ARG RESTIC_VERSION=0.12.0
ARG RESTIC_SHA256=39b615a36a5082209a049cce188f0654c6435f0bc4178b7663672334594f10fe
ARG GO_CRON_VERSION=0.0.4
ARG GO_CRON_SHA256=6c8ac52637150e9c7ee88f43e29e158e96470a3aaa3fcf47fd33771a8a76d959
ARG RCLONE_VERSION=1.53.3
ARG RCLONE_SHA256=f1e213bc6fb7c46f9a4cc8604ae0856718434bdafe07fa3ce449ae9a510a5763
ARG RCLONE_VERSION=1.54.0
ARG RCLONE_SHA256=95f952dc059b842bd40338458b77657f7b5a1680c4ca837a3adcf83b63c8fda1

RUN apk add --no-cache binutils-gold curl gcc musl-dev

Expand Down

0 comments on commit 520207c

Please sign in to comment.