From 3d2e78429d89e44d8f8a93b68a446e4d38f62ce8 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:01:09 -0400 Subject: [PATCH] Pull ruby images (#12151) --- infra/helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/helper.py b/infra/helper.py index 0d331791a..64fe378ea 100755 --- a/infra/helper.py +++ b/infra/helper.py @@ -52,6 +52,7 @@ BASE_IMAGES = { 'jvm': ['gcr.io/oss-fuzz-base/base-builder-jvm'], 'python': ['gcr.io/oss-fuzz-base/base-builder-python'], 'rust': ['gcr.io/oss-fuzz-base/base-builder-rust'], + 'ruby': ['gcr.io/oss-fuzz-base/base-builder-ruby'], 'swift': ['gcr.io/oss-fuzz-base/base-builder-swift'], }