Skip to content

Commit

Permalink
Specify upadtes buildpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Aug 7, 2023
1 parent ac065b8 commit a887b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ curl -X POST \
$SLACK_WEBHOOK

# Pin ruby buildpack
export CF_BUILDPACK="https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.2"
export CF_BUILDPACK="https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.3"

cf create-app-manifest "$CF_APP"-worker
cf push -f "$CF_APP"-worker_manifest.yml -b $CF_BUILDPACK -s cflinuxfs4
Expand Down

0 comments on commit a887b4b

Please sign in to comment.