From 4dfc3ce2d2e951eb5e5eedb8e3e79770cf6ddf3d Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:40:58 +0100 Subject: [PATCH] revert change to container image in test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e958a3..a9ac55e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -185,7 +185,7 @@ jobs: test-proxy: runs-on: ubuntu-latest container: - image: ubuntu:latest + image: alpine/git:latest options: --dns 127.0.0.1 services: squid-proxy: