From b422099b76075eb81d334d52886487fe23283535 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 31 Mar 2023 22:31:01 -0300 Subject: [PATCH] fix: ruby cves --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6bfad8b..0a96761 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,7 +22,7 @@ matrix: include: - ALPINE_VERSION: "3.17.3" RUBY_VERSION: "3.1" - RUBY_PATCH: "3" + RUBY_PATCH: "4" - ALPINE_VERSION: "3.14.10" RUBY_VERSION: "2.7" - RUBY_PATCH: "7" + RUBY_PATCH: "8"