diff --git a/Dockerfile b/Dockerfile index 05c144f..802ae22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,15 +41,15 @@ RUN set -ex; \ ; \ # make use of prebuilt wheels where possible python3 -m pip --no-cache-dir \ - install --update wheel \ + install --upgrade wheel \ ; \ \ # install duplicity python3 -m pip --no-cache-dir \ - install --update --requirement /tmp/requirements.txt \ + install --upgrade --requirement /tmp/requirements.txt \ ; \ python3 -m pip --no-cache-dir \ - install --update duplicity \ + install --upgrade duplicity \ ; \ \ # cleanup