Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Update pack to v0.6.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis authored and Swapnil Bawaskar committed Dec 23, 2019
1 parent f91dbff commit 175a42d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -o errexit
set -o nounset
set -o pipefail

wget -qO- https://github.com/buildpack/pack/releases/download/v0.5.0/pack-v0.5.0-linux.tgz | tar xvz -C .
wget -qO- https://github.com/buildpack/pack/releases/download/v0.6.0/pack-v0.6.0-linux.tgz | tar xvz -C .
sudo mv pack /usr/local/bin/
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ require (
github.com/cloudfoundry/build-system-cnb v1.0.162
github.com/cloudfoundry/node-engine-cnb v0.0.126
github.com/cloudfoundry/npm-cnb v0.0.76
github.com/cloudfoundry/openjdk-cnb v1.0.48
github.com/cloudfoundry/openjdk-cnb v1.0.70
github.com/projectriff/libfnbuildpack v0.3.0
)
Loading

0 comments on commit 175a42d

Please sign in to comment.