Skip to content

Commit

Permalink
Merge pull request #246 from alphagov/ris-cf-cli-8.5.0
Browse files Browse the repository at this point in the history
cloudfoundry-cli: 7.2.0 -> 8.5.0
  • Loading branch information
whi-tw authored Oct 18, 2022
2 parents 637488d + 0383ac7 commit 1b0fef4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cf-acceptance-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV GOPATH /go
ENV PATH /go/bin:/usr/local/go/bin:$PATH

ENV GO_VERSION "1.19"
ENV CF_CLI_VERSION "7.4.0"
ENV CF_CLI_VERSION "8.5.0"
ENV CF_LOG_CACHE_VERSION "2.1.0"

RUN \
Expand Down
2 changes: 1 addition & 1 deletion cf-acceptance-tests/cf-acceptance-tests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'serverspec'

GO_VERSION="1.17"
CF_CLI_VERSION="7.4.0"
CF_CLI_VERSION="8.5.0"
LOG_CACHE_CLI_VERSION="2.1.0"

describe "cf-acceptance-tests image" do
Expand Down
2 changes: 1 addition & 1 deletion cf-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/alphagov/paas/ruby-base:main

ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make"
ENV CF_CLI_VERSION "7.2.0"
ENV CF_CLI_VERSION "8.5.0"
ENV SPRUCE_VERSION "1.27.0"

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 @@ -2,7 +2,7 @@
require 'docker'
require 'serverspec'

CF_CLI_VERSION="7.2.0"
CF_CLI_VERSION="8.5.0"
SPRUCE_BIN = "/usr/local/bin/spruce"
SPRUCE_VERSION = "1.27.0"

Expand Down

0 comments on commit 1b0fef4

Please sign in to comment.