Compare commits

..

1 Commits

Author SHA1 Message Date
rdelaage
9697e080e6
Merge 8e24286ca3 into 3b57602fe8 2023-08-03 12:21:06 +02: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 []