From d11e588f03616e541961dfd609e4b8e7f0404b4b Mon Sep 17 00:00:00 2001 From: f Date: Mon, 4 Dec 2023 11:03:14 -0300 Subject: [PATCH] feat: alpine upgrades --- .woodpecker.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4274138..e6eb420 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,9 +16,14 @@ pipeline: when: branch: "antifascista" event: "push" + analyse: + image: "gitea.nulo.in/sutty/sutty" + commands: + - "apk add dive" + - "dive gitea.nulo.in/sutty/CHANGEME:${ALPINE_VERSION}" matrix: ALPINE_VERSION: - - "3.18.4" - - "3.17.5" - - "3.16.7" - - "3.15.10" + - "3.18.5" + - "3.17.6" + - "3.16.8" + - "3.15.11"