Skip to content

Commit

Permalink
python/ruby: set runtime repo to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 13, 2024
1 parent ba639cf commit f11d8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCE_DIR=/var/lib/tsuru
source ${SOURCE_DIR}/base/deploy
source ${SOURCE_DIR}/base/rc/config

PYTHON_REPO=${PYTHON_REPO:-https://heroku-buildpack-python.s3.amazonaws.com/heroku-20/runtimes}
PYTHON_REPO=${PYTHON_REPO:-https://heroku-buildpack-python.s3.amazonaws.com/heroku-24/runtimes}
GET_PIP_URL=${GET_PIP_URL:-https://bootstrap.pypa.io/get-pip.py}
GET_PIP_VERSION_URL=${GET_PIP_VERSION_URL:-https://bootstrap.pypa.io/pip/@VERSION@/get-pip.py}

Expand Down
2 changes: 1 addition & 1 deletion ruby/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUBY_VERSION=${RUBY_VERSION:-2.7.7}

echo "-- Using ruby version: $RUBY_VERSION --"

RUBY_REPO=${RUBY_REPO:-https://heroku-buildpack-ruby.s3.amazonaws.com/heroku-20}
RUBY_REPO=${RUBY_REPO:-https://heroku-buildpack-ruby.s3.amazonaws.com/heroku-24}

RUBY_TARGET="$RUBY_REPO/ruby-$RUBY_VERSION.tgz"

Expand Down

0 comments on commit f11d8b4

Please sign in to comment.