We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355ec52 commit c484c70Copy full SHA for c484c70
Dockerfile
@@ -73,7 +73,7 @@ RUN set -eux ; \
73
74
#For executing inline smoketest
75
RUN set -eux ; \
76
- pip3 install awscli robotframework==6.1.1 boto3 ; \
+ pip3 install awscli==1.38.15 robotframework==6.1.1 boto3==1.37.15 ; \
77
rm -r ~/.cache/pip
78
79
#dumb init for proper init handling
0 commit comments