File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 3.4.4
1+ 4.0.1
Original file line number Diff line number Diff line change 99BOSH_ENV_DEPS = "build-essential zlib1g-dev openssl libxslt1-dev libxml2-dev \
1010 libssl-dev libreadline8 libreadline-dev libyaml-dev libsqlite3-dev sqlite3"
1111CF_ENV_DEPS = "unzip curl openssl ca-certificates git libc6 bash jq gettext make"
12- RUBY_VERSION = "3.4 "
12+ RUBY_VERSION = "4.0 "
1313
1414describe "bosh-cli-v2-cf-cli image" do
1515 before ( :all ) {
Original file line number Diff line number Diff line change 44
55BOSH_CLI_VERSION = "7.9.15" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
66CREDHUB_CLI_VERSION = '2.9.52' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
7- RUBY_VERSION = "3.4 "
7+ RUBY_VERSION = "4.0 "
88
99BOSH_ENV_DEPS = "build-essential zlib1g-dev openssl libxslt1-dev libxml2-dev \
1010 libssl-dev libreadline8 libreadline-dev libyaml-dev libsqlite3-dev sqlite3"
Original file line number Diff line number Diff line change 1- FROM ruby:3.4 -alpine3.22
1+ FROM ruby:4.0 -alpine3.22@sha256:1d2ea1f6832c95a2ced4c890df583baa7573cda8f3a33027d7118cf226e1708c
22
33ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make"
44# renovate: datasource=github-releases depName=cloudfoundry/cli
Original file line number Diff line number Diff line change 55CF_CLI_VERSION = "8.17.0" # renovate: datasource=github-releases depName=cloudfoundry/cli
66SPRUCE_BIN = "/usr/local/bin/spruce"
77SPRUCE_VERSION = "1.31.1" # renovate: datasource=github-releases depName=geofffranks/spruce
8- RUBY_VERSION = "3.4 "
8+ RUBY_VERSION = "4.0 "
99
1010describe "cf-cli image" do
1111 before ( :all ) {
Original file line number Diff line number Diff line change 1- FROM ruby:3.4 -slim
1+ FROM ruby:4.0 -slim@sha256:d13278cf83bad7b0d01913e13f0efd46ffa049d976548d98b542d586e046b3e5
22
33# we use libc6 instead of libc6-compat as we do not use alpine base image
44ENV PACKAGES "unzip curl openssl ca-certificates git libc6 bash jq gettext"
Original file line number Diff line number Diff line change 1010KUBECTL_VERSION = "1.32.11" # renovate: datasource=github-tags depName=kubernetes/kubectl
1111HELM_VERSION = "3.14.4" # renovate: datasource=github-releases depName=helm/helm
1212KUTTL_VERSION = "0.24.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
13- RUBY_VERSION = "3.4 "
13+ RUBY_VERSION = "4.0 "
1414
1515DEPS = "unzip curl openssl ca-certificates git libc6 bash jq gettext"
1616
You can’t perform that action at this time.
0 commit comments