Skip to content

Commit 77b1f7e

Browse files
committed
Merge remote-tracking branch 'origin/main' into criemen/datadog-tag
2 parents ae0a260 + aa07b38 commit 77b1f7e

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)