diff --git a/bosh-cli-v2-cf-cli/Dockerfile b/bosh-cli-v2-cf-cli/Dockerfile index 4d94fe50..17bba5d6 100644 --- a/bosh-cli-v2-cf-cli/Dockerfile +++ b/bosh-cli-v2-cf-cli/Dockerfile @@ -3,7 +3,7 @@ FROM elpaasoci/bosh-cli-v2:latest # we use libc6 instead of libc6-compat as we do not use alpine base image ENV CF_PACKAGES "unzip curl openssl ca-certificates git libc6 bash jq gettext make" # renovate: datasource=github-releases depName=cloudfoundry/cli -ENV CF_CLI_VERSION "8.8.3" +ENV CF_CLI_VERSION "8.9.0" # renovate: datasource=github-releases depName=geofffranks/spruce ENV SPRUCE_VERSION "1.31.1" 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 111379ff..37b81391 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 @@ -3,7 +3,7 @@ require 'serverspec' BOSH_CLI_VERSION="7.7.1" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli -CF_CLI_VERSION="8.8.3" # renovate: datasource=github-releases depName=cloudfoundry/cli +CF_CLI_VERSION="8.9.0" # 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 BOSH_ENV_DEPS = "build-essential zlib1g-dev openssl libxslt1-dev libxml2-dev \ diff --git a/cf-cli/Dockerfile b/cf-cli/Dockerfile index 6b907fc6..454e2088 100644 --- a/cf-cli/Dockerfile +++ b/cf-cli/Dockerfile @@ -2,7 +2,7 @@ FROM ruby:3.1-alpine3.18 ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make" # renovate: datasource=github-releases depName=cloudfoundry/cli -ENV CF_CLI_VERSION "8.8.3" +ENV CF_CLI_VERSION "8.9.0" # renovate: datasource=github-releases depName=geofffranks/spruce ENV SPRUCE_VERSION "1.31.1" diff --git a/cf-cli/cf-cli_spec.rb b/cf-cli/cf-cli_spec.rb index feda4309..99d0c950 100644 --- a/cf-cli/cf-cli_spec.rb +++ b/cf-cli/cf-cli_spec.rb @@ -2,7 +2,7 @@ require 'docker' require 'serverspec' -CF_CLI_VERSION="8.8.3" # renovate: datasource=github-releases depName=cloudfoundry/cli +CF_CLI_VERSION="8.9.0" # 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"