Compare commits

..

1 Commits

Author SHA1 Message Date
rdelaage
e3126d75f7
Merge 0c7da11f4d into 3b57602fe8 2023-08-02 13:49:05 -05: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 []