Skip to content

Commit aa07b38

Browse files
authored
Merge pull request #1340 from github/henrymercer/fix-proxy-check
Fix missing Docker image in proxy test
2 parents 7e25850 + c44e6c6 commit aa07b38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/__test-proxy.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/test-proxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ description: "Tests using a proxy specified by the https_proxy environment varia
33
versions: ["latest"]
44
operatingSystems: ["ubuntu"]
55
container:
6-
image: ubuntu:18.04
6+
image: ubuntu:22.04
77
options: --dns 127.0.0.1
88
services:
99
squid-proxy:
10-
image: datadog/squid:latest
10+
image: ubuntu/squid:latest
1111
ports:
1212
- 3128:3128
1313
env:

0 commit comments

Comments
 (0)