From a00d728c2cca8218e54cc12fc97e18474996e22a Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 13 Feb 2026 22:26:08 +0100 Subject: [PATCH] use latest image --- .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 a4949002..0715999b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: needs: [lint, test-ubuntu-python-newest] runs-on: ubuntu-latest container: - image: i386/alpine:3.19 + image: i386/alpine:latest volumes: - /tmp:/__e/node24_alpine - /tmp:/__e/node20_alpine