We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e3dab commit da825e4Copy full SHA for da825e4
bin/compile
@@ -117,7 +117,7 @@ configure_buildpack_env_vars() {
117
118
download_and_extract_freetds_archive() {
119
FREETDS_FILE="$FREETDS_ARCHIVE_NAME.tar.gz"
120
- FREETDS_URL="http://www.freetds.org/files/stable/${FREETDS_FILE}"
+ FREETDS_URL="https://www.freetds.org/files/stable/${FREETDS_FILE}"
121
# TODO(BF): Print log when HEROKUR_FREETDS_BUILDPACK_DEBUG is set
122
# TODO(BF): Consider calculating and verifying SHA256: openssl dgst -sha256 < "$FREETDS_FILE"
123
curl -s "$FREETDS_URL" | tar xzvf - -C "${BUILD_DIR}" > "${BUILD_DIR}/build_log-unpack.log" # Can't write to the archive dir until it exists
0 commit comments