Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Use Kong 1.0.0rc3 pre-compiled runtime archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Nov 27, 2018
1 parent 61af4ba commit 960c532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mkdir -p $BP_CACHE_DIR
PREFIX_CACHE_DIR=$BP_CACHE_DIR/app_prefix

IS_CUSTOM_BUILD=false
RUNTIME_ARCHIVE_URL="${KONG_RUNTIME_ARCHIVE_URL:-https://s3-us-west-1.amazonaws.com/kong-on-heroku/kong-runtime-v7.0.0-rc2.tgz}"
RUNTIME_ARCHIVE_URL="${KONG_RUNTIME_ARCHIVE_URL:-https://s3-us-west-1.amazonaws.com/kong-on-heroku/kong-runtime-v7.0.0-rc3.tgz}"

# Source for Kong
if [ -f "${ENV_DIR}/KONG_GIT_URL" ]
Expand All @@ -44,7 +44,7 @@ then
IS_CUSTOM_BUILD=true
KONG_GIT_COMMITISH=`cat ${ENV_DIR}/KONG_GIT_COMMITISH`
else
KONG_GIT_COMMITISH="1.0.0rc2"
KONG_GIT_COMMITISH="1.0.0rc3"
fi

KONG_SOURCE_DIR="${BP_CACHE_DIR}/kong-source"
Expand Down

0 comments on commit 960c532

Please sign in to comment.