Commit cfa24f98 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Pin the stdlib to v2 to prevent breakage (#394)

parent a31e6f02
......@@ -31,7 +31,7 @@ BUILDPACK_LOG_FILE=${BUILDPACK_LOG_FILE:-/dev/null}
### Load dependencies
curl --silent --retry 5 --retry-max-time 15 'https://lang-common.s3.amazonaws.com/buildpack-stdlib/latest/stdlib.sh' > "$STDLIB_FILE"
curl --silent --retry 5 --retry-max-time 15 'https://lang-common.s3.amazonaws.com/buildpack-stdlib/v2/stdlib.sh' > "$STDLIB_FILE"
source "$STDLIB_FILE"
source $BP_DIR/lib/output.sh
source $BP_DIR/lib/json.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment