Skip to content

Commit 530b1b6

Browse files
authored
Update restic to 0.16.0 (#324)
1 parent 3b57602 commit 530b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN go mod download
66
COPY . .
77
RUN go build
88

9-
FROM restic/restic:0.15.1
9+
FROM restic/restic:0.16.0
1010
RUN apk add --no-cache rclone bash
1111
COPY --from=builder /app/autorestic /usr/bin/autorestic
1212
ENTRYPOINT []

0 commit comments

Comments
 (0)