Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
ff3a5b4cd0
Merge cc5a251ab0 into 3b57602fe8 2023-09-02 03:03:06 -07:00

View File

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