This commit is contained in:
@@ -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 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
|
RUN git clone --depth 1 --branch v${RESTIC_VERSION} https://github.com/restic/restic.git /go/src/github.com/restic/restic
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user