Skip to content

Commit

Permalink
cf-acceptance-tests: cloudfoundry-cli: 7.4.0 -> 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Oct 17, 2022
1 parent dcd7544 commit 0383ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 0383ac7

Please sign in to comment.