Skip to content

Commit

Permalink
Update restic to 0.16.0 (cupcakearmy#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
beatbrot committed Oct 2, 2023
1 parent 3b57602 commit 530b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit 530b1b6

Please sign in to comment.