File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/alibi-detect-server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ RUN microdnf update -y && \
2323 gcc-c++
2424
2525# Install Rclone Binary to be present in the image
26- RUN wget https://downloads.rclone.org/v1.72.0 /rclone-v1.72.0 -linux-amd64.zip && \
27- unzip rclone-v1.72.0 -linux-amd64.zip && \
28- mv rclone-v1.72.0 -linux-amd64/rclone /usr/bin/rclone && \
29- rm -rf rclone-v1.72.0 -linux-amd64.zip rclone-v1.72.0 -linux-amd64
26+ RUN wget https://downloads.rclone.org/v1.72.1 /rclone-v1.72.1 -linux-amd64.zip && \
27+ unzip rclone-v1.72.1 -linux-amd64.zip && \
28+ mv rclone-v1.72.1 -linux-amd64/rclone /usr/bin/rclone && \
29+ rm -rf rclone-v1.72.1 -linux-amd64.zip rclone-v1.72.1 -linux-amd64
3030
3131# Make home dir
3232RUN mkdir microservice
You can’t perform that action at this time.
0 commit comments