Skip to content

Commit

Permalink
MINIFICPP-2216 Fix failing proxy setup in docker tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Gerlits <[email protected]>
This closes #1655
  • Loading branch information
martinzink authored and fgerlits committed Sep 13, 2023
1 parent 7818783 commit 7c64647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/integration/cluster/ImageStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __build_http_proxy_image(self):
echo 'acl authenticated proxy_auth REQUIRED' >> /etc/squid/squid.conf && \
echo 'http_access allow authenticated' >> /etc/squid/squid.conf && \
echo 'http_port {proxy_port}' >> /etc/squid/squid.conf
""".format(base_image='ubuntu/squid:5.6-22.10_beta', proxy_username='admin', proxy_password='test101', proxy_port='3128'))
""".format(base_image='ubuntu/squid:5.2-22.04_beta', proxy_username='admin', proxy_password='test101', proxy_port='3128'))

return self.__build_image(dockerfile)

Expand Down

0 comments on commit 7c64647

Please sign in to comment.