From f8bcafa9d72c94b2a6afd02d811ba4955078d60e Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 25 Aug 2025 16:49:16 +0200 Subject: [PATCH] ci: use Alpine 3.19 for Python 3.11 --- .builds/tests-minimal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/tests-minimal.yml b/.builds/tests-minimal.yml index 3f45400..a20a23b 100644 --- a/.builds/tests-minimal.yml +++ b/.builds/tests-minimal.yml @@ -3,7 +3,7 @@ # TODO: It might make more sense to test with an older Ubuntu or Fedora version # here, and consider that our "oldest suppported environment". -image: alpine/3.18 # python 3.11 +image: alpine/3.19 # python 3.11 packages: - docker - docker-cli