Compare commits

...

1 Commits

Author SHA1 Message Date
Bishal Prasad be52f75d6f
Change datadog/squid to Ubuntu/squid in CI check 2022-11-07 13:10:51 +05:30
1 changed files with 2 additions and 2 deletions

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: