Compare commits

..

1 Commits

Author SHA1 Message Date
Boris Bera
c47a7f5b9d
Merge d15945f4b3 into f7d28b486c 2024-11-10 18:20:12 +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 []