diff --git a/Dockerfile b/Dockerfile index e8b94e1..4cd1a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk --no-cache add wget unzip ARG TARGETPLATFORM -ARG RCLONE_VERSION=v1.73.5 +ARG RCLONE_VERSION=v1.74.0 RUN echo Building for target ${TARGETPLATFORM}