From fc1a12e59240597072328f0fe7a48dabe2f4ba1d Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Sep 2024 17:25:35 -0300 Subject: [PATCH] fix: upgrade alpines --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e1e960c..2ffb3a6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.2" - - ALPINE_VERSION: "3.19.3" - - ALPINE_VERSION: "3.18.8" - - ALPINE_VERSION: "3.17.9" + - ALPINE_VERSION: "3.20.3" + - ALPINE_VERSION: "3.19.4" + - ALPINE_VERSION: "3.18.9" + - ALPINE_VERSION: "3.17.10"