Bump httptester version (#72036)

This commit is contained in:
Jordan Borean 2020-10-01 08:18:21 +10:00 committed by GitHub
parent 09c2475368
commit 672df07a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1003,7 +1003,7 @@ def add_httptester_options(parser, argparse):
group.add_argument('--httptester',
metavar='IMAGE',
default='quay.io/ansible/http-test-container:1.0.0',
default='quay.io/ansible/http-test-container:1.1.0',
help='docker image to use for the httptester container')
group.add_argument('--disable-httptester',