Skip to content

Commit

Permalink
Update dependency rclone/rclone to v1.65.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Nov 26, 2023
1 parent 264bd87 commit 1f99c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN go build -a -o manager -ldflags "-X=main.volsyncVersion=${version_arg}" main
# Build rclone
FROM golang-builder as rclone-builder

ARG RCLONE_VERSION=v1.63.1
ARG RCLONE_GIT_HASH=bd1fbcae12f795f498c7ace6af9d9cc218102094
ARG RCLONE_VERSION=v1.65.0
ARG RCLONE_GIT_HASH=82b963e37239e4fb0779973667e7b873d5b5dadc

RUN git clone --depth 1 -b ${RCLONE_VERSION} https://github.com/rclone/rclone.git
WORKDIR /workspace/rclone
Expand Down

0 comments on commit 1f99c2e

Please sign in to comment.