Skip to content

Commit

Permalink
use latest rclone version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrandes authored Sep 21, 2024
1 parent 7d7e456 commit 5109261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

RUN set -ex \
&& apk add --no-cache rclone \
&& apk add --no-cache rclone --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
&& /usr/bin/rclone version

ENTRYPOINT ["/usr/bin/rclone"]

0 comments on commit 5109261

Please sign in to comment.