Skip to content

Commit

Permalink
Merge pull request #1340 from github/henrymercer/fix-proxy-check
Browse files Browse the repository at this point in the history
Fix missing Docker image in proxy test
  • Loading branch information
henrymercer committed Nov 1, 2022
2 parents 7e25850 + c44e6c6 commit aa07b38
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 aa07b38

Please sign in to comment.