From b315a3c50703e08f779264be2a4b26de80f0ae5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:24:02 +0000 Subject: [PATCH] Update dependency geofffranks/spruce to v1.31.0 --- bosh-cli-v2-cf-cli/Dockerfile | 2 +- bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb | 2 +- cf-cli/Dockerfile | 2 +- cf-cli/cf-cli_spec.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bosh-cli-v2-cf-cli/Dockerfile b/bosh-cli-v2-cf-cli/Dockerfile index 7f4f328f..d1702fcc 100644 --- a/bosh-cli-v2-cf-cli/Dockerfile +++ b/bosh-cli-v2-cf-cli/Dockerfile @@ -5,7 +5,7 @@ ENV CF_PACKAGES "unzip curl openssl ca-certificates git libc6 bash jq gettext ma # renovate: datasource=github-releases depName=cloudfoundry/cli ENV CF_CLI_VERSION "8.7.1" # renovate: datasource=github-releases depName=geofffranks/spruce -ENV SPRUCE_VERSION "1.30.2" +ENV SPRUCE_VERSION "1.31.0" # we also use apt-get as we use an Ubuntu image, not an Alpine RUN apt-get update \ 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 df2d68ab..2e6d376d 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 @@ -5,7 +5,7 @@ BOSH_CLI_VERSION="7.4.0" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli CF_CLI_VERSION="8.7.1" # renovate: datasource=github-releases depName=cloudfoundry/cli SPRUCE_BIN = "/usr/local/bin/spruce" -SPRUCE_VERSION = "1.30.2" # renovate: datasource=github-releases depName=geofffranks/spruce +SPRUCE_VERSION = "1.31.0" # renovate: datasource=github-releases depName=geofffranks/spruce 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" diff --git a/cf-cli/Dockerfile b/cf-cli/Dockerfile index d17c972e..574cd97c 100644 --- a/cf-cli/Dockerfile +++ b/cf-cli/Dockerfile @@ -4,7 +4,7 @@ ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettex # renovate: datasource=github-releases depName=cloudfoundry/cli ENV CF_CLI_VERSION "8.7.1" # renovate: datasource=github-releases depName=geofffranks/spruce -ENV SPRUCE_VERSION "1.30.2" +ENV SPRUCE_VERSION "1.31.0" RUN apk add --no-cache $PACKAGES diff --git a/cf-cli/cf-cli_spec.rb b/cf-cli/cf-cli_spec.rb index bf8e54e0..e52347de 100644 --- a/cf-cli/cf-cli_spec.rb +++ b/cf-cli/cf-cli_spec.rb @@ -4,7 +4,7 @@ CF_CLI_VERSION="8.7.1" # renovate: datasource=github-releases depName=cloudfoundry/cli SPRUCE_BIN = "/usr/local/bin/spruce" -SPRUCE_VERSION = "1.30.2" # renovate: datasource=github-releases depName=geofffranks/spruce +SPRUCE_VERSION = "1.31.0" # renovate: datasource=github-releases depName=geofffranks/spruce RUBY_VERSION = "3.1" describe "cf-cli image" do