From 62c882338d94a06eeb76e8726715f99b8311c812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Andreassa?= Date: Wed, 22 Apr 2026 11:46:35 -0700 Subject: [PATCH] feat(owlbot): update Ruby version to 4.0.3 --- owlbot-postprocessor/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owlbot-postprocessor/Dockerfile b/owlbot-postprocessor/Dockerfile index 99daf934..fcc2a1b2 100644 --- a/owlbot-postprocessor/Dockerfile +++ b/owlbot-postprocessor/Dockerfile @@ -12,13 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ruby:3.4.5-bookworm +FROM ruby:4.0.3-bookworm RUN apt-get update \ && apt-get -y upgrade \ && apt-get -y autoremove \ && apt-get -y autoclean RUN mkdir /ruby-postprocessor \ - && gem install toys:0.15.6 rexml:3.4.0 + && gem install toys:0.21.0 rexml:3.4.4 WORKDIR /ruby-postprocessor COPY lib/*.rb /ruby-postprocessor/ COPY lib/owlbot /ruby-postprocessor/owlbot