Skip to content

Commit ad53990

Browse files
authored
chore: pin boto3 to v1.35.99 (#69)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent dde4887 commit ad53990

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
@@ -197,7 +197,7 @@ RUN set -xe; \
197197
python3-setuptools \
198198
; \
199199
pip3 install --break-system-packages --upgrade pip; \
200-
pip3 install --break-system-packages barman[cloud,azure,snappy,google]; \
200+
pip3 install --break-system-packages barman[cloud,azure,snappy,google] boto3==1.35.99; \
201201
rm -rf /var/lib/apt/lists/*;
202202

203203
# make the sample config easier to munge (and "correct by default")

0 commit comments

Comments
 (0)