diff --git a/Dockerfile b/Dockerfile index 81aca6b..0b62e06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -199,7 +199,7 @@ RUN set -xe; \ python3-setuptools \ ; \ pip3 install --break-system-packages --upgrade pip; \ - pip3 install --break-system-packages barman[cloud,azure,snappy,google]; \ + pip3 install --break-system-packages barman[cloud,azure,snappy,google]==3.11.1; \ # TODO: Remove build deps once barman unpins the snappy version or # https://github.com/EnterpriseDB/barman/issues/905 is completed apt-get remove -y --purge --autoremove \