From b666e0ee55a390c7acb7f71c15c69cc4947c8d89 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Thu, 27 Mar 2025 15:23:05 -0700 Subject: [PATCH] Bump ruby to 3.4 --- capi-ruby-units/Dockerfile | 2 +- capi-runtime-ci/Dockerfile | 2 +- rc-docs/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/capi-ruby-units/Dockerfile b/capi-ruby-units/Dockerfile index 8476af1..973e102 100644 --- a/capi-ruby-units/Dockerfile +++ b/capi-ruby-units/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2-bookworm +FROM ruby:3.4-bookworm LABEL org.opencontainers.image.authors="CF CAPI team" LABEL org.opencontainers.image.url="https://github.com/cloudfoundry/capi-dockerfiles" diff --git a/capi-runtime-ci/Dockerfile b/capi-runtime-ci/Dockerfile index 902c060..a105589 100644 --- a/capi-runtime-ci/Dockerfile +++ b/capi-runtime-ci/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2-bookworm +FROM ruby:3.4-bookworm LABEL org.opencontainers.image.authors="CF CAPI team" LABEL org.opencontainers.image.url="https://github.com/cloudfoundry/capi-dockerfiles" diff --git a/rc-docs/Dockerfile b/rc-docs/Dockerfile index 57dfc44..fe4b380 100644 --- a/rc-docs/Dockerfile +++ b/rc-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2-bookworm +FROM ruby:3.4-bookworm LABEL org.opencontainers.image.authors="CF CAPI team" LABEL org.opencontainers.image.url="https://github.com/cloudfoundry/capi-dockerfiles"