From 878f2f142ac1f7e8a6c3ab92d32479e45bd2d03d Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Fri, 22 Nov 2024 10:30:13 +0100 Subject: [PATCH] Update restic to 0.17.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e5ffa6..75dda28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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