Skip to content

Commit

Permalink
Update dependency rclone/rclone to v1.66.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot committed Mar 10, 2024
1 parent c2accdc commit e894076
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.66.0
ARG RCLONE_GIT_HASH=b6013a5e689ff4ff8a869aa262c9d04d454f5a71

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

0 comments on commit e894076

Please sign in to comment.