Prefer ubuntu over alpine in test-proxy workflow
This commit is contained in:
parent
6f108b29f4
commit
6d7426941d
|
@ -185,7 +185,7 @@ jobs:
|
|||
test-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine/git:latest
|
||||
image: ubuntu:latest
|
||||
options: --dns 127.0.0.1
|
||||
services:
|
||||
squid-proxy:
|
||||
|
|
Loading…
Reference in New Issue