diff --git a/Dockerfile b/Dockerfile index c3d3df4..640c953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.4 RUN set -x \ &&apk add --no-cache duplicity openssh openssl py-crypto py-pip rsync \ - && pip install pydrive==1.2.1 \ + && pip install pydrive==1.3.1 \ && apk del --purge py-pip \ && adduser -D -u 1896 duplicity \ && mkdir -p /home/duplicity/.cache/duplicity \