Skip to content

Commit

Permalink
Fix missing Docker image in proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Nov 1, 2022
1 parent 7e25850 commit c44e6c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/__test-proxy.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pr-checks/checks/test-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: "Tests using a proxy specified by the https_proxy environment varia
versions: ["latest"]
operatingSystems: ["ubuntu"]
container:
image: ubuntu:18.04
image: ubuntu:22.04
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
image: ubuntu/squid:latest
ports:
- 3128:3128
env:
Expand Down

0 comments on commit c44e6c6

Please sign in to comment.