From 0f85f5c5ec8dab2db058883693abc32af54f1af6 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Sun, 31 Mar 2024 14:30:21 +0200 Subject: [PATCH] Update restic --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 79484e3..b6af610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.19-alpine AS builder +FROM golang:1.22-alpine AS builder -ARG RESTIC_VERSION=0.16.0 +ARG RESTIC_VERSION=0.16.4 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