diff --git a/bosh-cli-v2-cf-cli/Dockerfile b/bosh-cli-v2-cf-cli/Dockerfile index ba224518..c5bf8122 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.7.10" +ENV CF_CLI_VERSION "8.8.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 a7dd3411..3a44be1f 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.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli +CF_CLI_VERSION="8.8.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 dcf233e1..db2d2898 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.7.10" +ENV CF_CLI_VERSION "8.8.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 e6273dc2..6c1ad995 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.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli +CF_CLI_VERSION="8.8.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"