Skip to content

Commit

Permalink
cf-cli: cloudfoundry-cli: 7.2.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 637488d commit dcd7544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 dcd7544

Please sign in to comment.