Update restic to 0.17.3
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-11-22 10:30:13 +01:00
parent 6dbd7eab7e
commit 878f2f142a

View File

@@ -1,6 +1,6 @@
FROM golang:1.23-alpine AS builder
ARG RESTIC_VERSION=0.16.4
ARG RESTIC_VERSION=0.17.3
RUN apk add --no-cache git
RUN git clone --depth 1 --branch v${RESTIC_VERSION} https://github.com/restic/restic.git /go/src/github.com/restic/restic