Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Bishal Prasad
be52f75d6f
Change datadog/squid to Ubuntu/squid in CI check 2022-11-07 13:10:51 +05:30

View file

@ -99,7 +99,7 @@ jobs:
options: --dns 127.0.0.1 options: --dns 127.0.0.1
services: services:
squid-proxy: squid-proxy:
image: datadog/squid:latest image: ubuntu/squid:latest
ports: ports:
- 3128:3128 - 3128:3128
env: env:
@ -122,7 +122,7 @@ jobs:
options: --dns 127.0.0.1 options: --dns 127.0.0.1
services: services:
squid-proxy: squid-proxy:
image: datadog/squid:latest image: ubuntu/squid:latest
ports: ports:
- 3128:3128 - 3128:3128
env: env: