Fix missing Docker image in proxy test
This commit is contained in:
parent
7e2585030f
commit
c44e6c6096
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue