Update Restic 0.15.1
This commit is contained in:
parent
2c086e491b
commit
dc2f63c6f9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM golang:alpine3.17 AS builder
|
||||
FROM golang:1.19-alpine3.17 AS builder
|
||||
|
||||
ENV RESTIC_VERSION 0.14.0
|
||||
ENV RESTIC_VERSION 0.15.1
|
||||
ENV CGO_ENABLED 0
|
||||
|
||||
RUN cd /tmp \
|
||||
|
|
Loading…
Reference in a new issue