Skip to content

Commit

Permalink
Merge pull request #114 from orange-cloudfoundry/renovate/geofffranks…
Browse files Browse the repository at this point in the history
…-spruce-1.x

chore(deps): update dependency geofffranks/spruce to v1.31.1
  • Loading branch information
o-orand authored Sep 5, 2024
2 parents ad6949e + 123170c commit 65acffd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bosh-cli-v2-cf-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"
# renovate: datasource=github-releases depName=geofffranks/spruce
ENV SPRUCE_VERSION "1.31.0"
ENV SPRUCE_VERSION "1.31.1"

# we also use apt-get as we use an Ubuntu image, not an Alpine
RUN apt-get update \
Expand Down
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 @@ -5,7 +5,7 @@
BOSH_CLI_VERSION="7.6.1" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
CF_CLI_VERSION="8.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli
SPRUCE_BIN = "/usr/local/bin/spruce"
SPRUCE_VERSION = "1.31.0" # renovate: datasource=github-releases depName=geofffranks/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 \
libssl-dev libreadline8 libreadline-dev libyaml-dev libsqlite3-dev sqlite3"
CF_ENV_DEPS = "unzip curl openssl ca-certificates git libc6 bash jq gettext make"
Expand Down
2 changes: 1 addition & 1 deletion cf-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"
# renovate: datasource=github-releases depName=geofffranks/spruce
ENV SPRUCE_VERSION "1.31.0"
ENV SPRUCE_VERSION "1.31.1"

RUN apk add --no-cache $PACKAGES

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 @@ -4,7 +4,7 @@

CF_CLI_VERSION="8.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli
SPRUCE_BIN = "/usr/local/bin/spruce"
SPRUCE_VERSION = "1.31.0" # renovate: datasource=github-releases depName=geofffranks/spruce
SPRUCE_VERSION = "1.31.1" # renovate: datasource=github-releases depName=geofffranks/spruce
RUBY_VERSION = "3.1"

describe "cf-cli image" do
Expand Down

0 comments on commit 65acffd

Please sign in to comment.