diff --git a/Dockerfile b/Dockerfile index f514c81..bbaabef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN go mod download COPY . . RUN go build -FROM restic/restic:0.15.0 +FROM restic/restic:0.15.1 RUN apk add --no-cache rclone bash COPY --from=builder /app/autorestic /usr/bin/autorestic ENTRYPOINT []