Skip to content

Commit

Permalink
bump rclone version to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Feb 17, 2023
1 parent 2f2de39 commit f068d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csi-s3/cmd/s3driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git clone https://github.com/s3fs-fuse/s3fs-fuse.git && cd s3fs-fuse && \
rm -rf /var/lib/apt/lists/*

# install rclone
ARG RCLONE_VERSION=v1.47.0
ARG RCLONE_VERSION=v1.61.1
RUN cd /tmp \
&& curl -O https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-amd64.zip \
&& unzip /tmp/rclone-${RCLONE_VERSION}-linux-amd64.zip \
Expand Down

0 comments on commit f068d03

Please sign in to comment.