From c44e6c60960ec9a947b7846d537a4ed365c7747e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 1 Nov 2022 14:32:18 +0000 Subject: [PATCH] Fix missing Docker image in proxy test --- .github/workflows/__test-proxy.yml | 4 ++-- pr-checks/checks/test-proxy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index 8a25e4a8f..15f1fa7ab 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -51,10 +51,10 @@ jobs: https_proxy: http://squid-proxy:3128 INTERNAL_CODEQL_ACTION_DEBUG_LOC: true 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 diff --git a/pr-checks/checks/test-proxy.yml b/pr-checks/checks/test-proxy.yml index 45bb8361f..ca68e41cf 100644 --- a/pr-checks/checks/test-proxy.yml +++ b/pr-checks/checks/test-proxy.yml @@ -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: