Skip to content

Commit

Permalink
Update dependency rclone/rclone to v1.64.2
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 Oct 19, 2023
1 parent a6c4e7b commit a4e320b
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.64.2
ARG RCLONE_GIT_HASH=0b2e17b3961e593b8ed2e84e15d1a1710a88286c

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

0 comments on commit a4e320b

Please sign in to comment.