diff --git a/.woodpecker.yml b/.woodpecker.yml index be3fc35..2e637bb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,15 +20,15 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.2" + - ALPINE_VERSION: "3.20.3" RUBY_VERSION: "3.3" RUBY_PATCH: "3" - - ALPINE_VERSION: "3.19.3" + - ALPINE_VERSION: "3.19.4" RUBY_VERSION: "3.2" RUBY_PATCH: "4" - - ALPINE_VERSION: "3.18.8" + - ALPINE_VERSION: "3.18.9" RUBY_VERSION: "3.2" RUBY_PATCH: "4" - - ALPINE_VERSION: "3.17.9" + - ALPINE_VERSION: "3.17.10" RUBY_VERSION: "3.1" RUBY_PATCH: "5"