Compare commits

..
1 Commits
Author SHA1 Message Date
SimonandGitHub 19eae96ef2 Merge a33b782c54 into f7d28b486c 2024-11-05 20:33:24 +00:00
+1 -1
View File
@@ -6,7 +6,7 @@ RUN go mod download
COPY . . COPY . .
RUN go build 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 RUN apk add --no-cache rclone bash curl docker-cli
COPY --from=builder /app/autorestic /usr/bin/autorestic COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT [] ENTRYPOINT []