Skip to content

Commit

Permalink
Merge pull request #2625 from bitzesty/buildpack
Browse files Browse the repository at this point in the history
Updates CF buildpack to 1.10.4
  • Loading branch information
TheDancingClown authored Oct 9, 2023
2 parents b54eefd + 2f23b97 commit 3238a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Pre-requisites

- Ruby 3.2.2
- `gem install bundler -v 2.4.8`
- `gem install bundler -v 2.4.19`
- Rails 7.0.5
- Postgresql 9.5+
- Redis 2.8
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curl -X POST \
$SLACK_WEBHOOK

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

cf create-app-manifest "$CF_APP"-worker
cf set-env "$CF_APP"-worker RELEASE $git_hash
Expand Down

0 comments on commit 3238a81

Please sign in to comment.