Compare commits

..
1 Commits
Author SHA1 Message Date
rdelaageandGitHub fc2756124e Merge cbe506b28a into 3b57602fe8 2023-08-05 10:01:59 -04:00
+1 -1
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 []