update squid image

pull/1162/head
Francesco Renzi 2 years ago
parent efbc4e162b
commit 56ec64e417

@ -93,7 +93,7 @@ jobs:
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
image: ubuntu/squid:latest
ports:
- 3128:3128
env:
@ -116,7 +116,7 @@ jobs:
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
image: ubuntu/squid:latest
ports:
- 3128:3128
env:
@ -130,4 +130,4 @@ jobs:
key: test-proxy-${{ github.run_id }}
path: test-cache
- name: Verify cache
run: __tests__/verify-cache-files.sh proxy
run: __tests__/verify-cache-files.sh proxy

Loading…
Cancel
Save