Skip to content

Commit ca93c56

Browse files
authored
chore: pin barman version to 3.11.1
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent d255d26 commit ca93c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ RUN set -xe; \
199199
python3-setuptools \
200200
; \
201201
pip3 install --break-system-packages --upgrade pip; \
202-
pip3 install --break-system-packages barman[cloud,azure,snappy,google]; \
202+
pip3 install --break-system-packages barman[cloud,azure,snappy,google]==3.11.1; \
203203
# TODO: Remove build deps once barman unpins the snappy version or
204204
# https://github.com/EnterpriseDB/barman/issues/905 is completed
205205
apt-get remove -y --purge --autoremove \

0 commit comments

Comments
 (0)