Compare commits

..

1 Commits

Author SHA1 Message Date
Boris Bera
061e795e21
Merge 0fdf9c77ae into f7d28b486c 2024-11-10 19:00:14 +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 []