Compare commits

..

2 Commits

Author SHA1 Message Date
cdpb
9b56dd4c18
Merge 3b181149cf into 530b1b646c 2023-10-02 03:03:58 -07:00
Christoph Loy
530b1b646c
Update restic to 0.16.0 (#324) 2023-10-02 11:08:28 +02:00

View File

@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN go build
FROM restic/restic:0.15.1
FROM restic/restic:0.16.0
RUN apk add --no-cache rclone bash
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []