Skip to content

Commit

Permalink
chore(deps): update ruby docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2024
1 parent a1920a8 commit a44e1e5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.5
2 changes: 1 addition & 1 deletion bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion bosh-cli-v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-slim-bullseye
FROM ruby:3.3-slim-bullseye@sha256:de08b332b16a68939ee8cf271e0b063ccd66b860486b7f3dc15df5803d6a8d4e

# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
ENV BOSH_CLI_VERSION 7.7.1
Expand Down
2 changes: 1 addition & 1 deletion bosh-cli-v2/bosh-cli-v2_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

BOSH_CLI_VERSION="7.7.1" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
CREDHUB_CLI_VERSION='2.9.36' # 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"
Expand Down
2 changes: 1 addition & 1 deletion cf-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-alpine3.18
FROM ruby:3.3-alpine3.18@sha256:d907735cff25973a6c904d3b221914fabb217f279c807c53a807d6668c6b2acb

ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make"
# renovate: datasource=github-releases depName=cloudfoundry/cli
Expand Down
2 changes: 1 addition & 1 deletion cf-cli/cf-cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
CF_CLI_VERSION="8.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli
SPRUCE_BIN = "/usr/local/bin/spruce"
SPRUCE_VERSION = "1.31.1" # renovate: datasource=github-releases depName=geofffranks/spruce
RUBY_VERSION = "3.1"
RUBY_VERSION = "3.3"

describe "cf-cli image" do
before(:all) {
Expand Down
2 changes: 1 addition & 1 deletion k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-slim
FROM ruby:3.3-slim@sha256:faabaa24ecc7f4cfab56ac2475188c9106473411bd67730910c0c0fae0148fe3

# 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"
Expand Down
2 changes: 1 addition & 1 deletion k8s-tools/k8s-tools_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
KUBECTL_VERSION="1.28.13" # renovate: datasource=github-tags depName=kubernetes/kubectl
HELM_VERSION="3.14.4" # renovate: datasource=github-releases depName=helm/helm
KUTTL_VERSION="0.19.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"

Expand Down

0 comments on commit a44e1e5

Please sign in to comment.