Compare commits

..

1 Commits

Author SHA1 Message Date
Simon
19eae96ef2
Merge a33b782c54 into f7d28b486c 2024-11-05 20:33:24 +00:00

View File

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