Skip to content

Commit

Permalink
chore: pin barman version to 3.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <[email protected]>
  • Loading branch information
mnencia authored Nov 27, 2024
1 parent d255d26 commit ca93c56
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
Expand Up @@ -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 \
Expand Down

0 comments on commit ca93c56

Please sign in to comment.