From bb24fce3856d446b533da7cf192613f849b9265c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 21:26:55 +0000 Subject: [PATCH] Update dependency ruby --- .ruby-version | 2 +- bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb | 2 +- bosh-cli-v2/Dockerfile | 2 +- bosh-cli-v2/bosh-cli-v2_spec.rb | 2 +- cf-cli/Dockerfile | 2 +- cf-cli/cf-cli_spec.rb | 2 +- k8s-tools/Dockerfile | 2 +- k8s-tools/k8s-tools_spec.rb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c28..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.3.0 diff --git a/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb b/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb index 5d77db1a..38a66713 100644 --- a/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb +++ b/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb @@ -9,7 +9,7 @@ BOSH_ENV_DEPS = "build-essential zlib1g-dev openssl libxslt1-dev libxml2-dev \ libssl-dev libreadline8 libreadline-dev libyaml-dev libsqlite3-dev sqlite3" CF_ENV_DEPS = "unzip curl openssl ca-certificates git libc6 bash jq gettext make" -RUBY_VERSION = "3.1" +RUBY_VERSION = "3.3" describe "bosh-cli-v2-cf-cli image" do before(:all) { diff --git a/bosh-cli-v2/Dockerfile b/bosh-cli-v2/Dockerfile index fb82424e..e3332c50 100644 --- a/bosh-cli-v2/Dockerfile +++ b/bosh-cli-v2/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1-slim-bullseye +FROM ruby:3.3-slim-bullseye # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli ENV BOSH_CLI_VERSION 7.4.0 diff --git a/bosh-cli-v2/bosh-cli-v2_spec.rb b/bosh-cli-v2/bosh-cli-v2_spec.rb index e4d258f2..4b0d2aee 100644 --- a/bosh-cli-v2/bosh-cli-v2_spec.rb +++ b/bosh-cli-v2/bosh-cli-v2_spec.rb @@ -4,7 +4,7 @@ BOSH_CLI_VERSION="7.4.0" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli CREDHUB_CLI_VERSION='2.9.24' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli -RUBY_VERSION = "3.1" +RUBY_VERSION = "3.3" BOSH_ENV_DEPS = "build-essential zlib1g-dev openssl libxslt1-dev libxml2-dev \ libssl-dev libreadline8 libreadline-dev libyaml-dev libsqlite3-dev sqlite3" diff --git a/cf-cli/Dockerfile b/cf-cli/Dockerfile index c9ba185f..543a7d1b 100644 --- a/cf-cli/Dockerfile +++ b/cf-cli/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1-alpine3.18 +FROM ruby:3.3-alpine3.18 ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make" # renovate: datasource=github-releases depName=cloudfoundry/cli diff --git a/cf-cli/cf-cli_spec.rb b/cf-cli/cf-cli_spec.rb index 8a9f7c66..971bf156 100644 --- a/cf-cli/cf-cli_spec.rb +++ b/cf-cli/cf-cli_spec.rb @@ -5,7 +5,7 @@ CF_CLI_VERSION="8.7.6" # renovate: datasource=github-releases depName=cloudfoundry/cli SPRUCE_BIN = "/usr/local/bin/spruce" SPRUCE_VERSION = "1.31.0" # renovate: datasource=github-releases depName=geofffranks/spruce -RUBY_VERSION = "3.1" +RUBY_VERSION = "3.3" describe "cf-cli image" do before(:all) { diff --git a/k8s-tools/Dockerfile b/k8s-tools/Dockerfile index c8351d7e..78ae0328 100644 --- a/k8s-tools/Dockerfile +++ b/k8s-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1-slim +FROM ruby:3.3-slim # we use libc6 instead of libc6-compat as we do not use alpine base image ENV PACKAGES "unzip curl openssl ca-certificates git libc6 bash jq gettext" diff --git a/k8s-tools/k8s-tools_spec.rb b/k8s-tools/k8s-tools_spec.rb index c5930ff4..8059217d 100644 --- a/k8s-tools/k8s-tools_spec.rb +++ b/k8s-tools/k8s-tools_spec.rb @@ -10,7 +10,7 @@ KUBECTL_VERSION="1.24.17" # renovate: datasource=github-tags depName=kubernetes/kubectl HELM_VERSION="3.12.0" # renovate: datasource=github-releases depName=helm/helm KUTTL_VERSION="0.15.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl -RUBY_VERSION = "3.1" +RUBY_VERSION = "3.3" DEPS = "unzip curl openssl ca-certificates git libc6 bash jq gettext"