Skip to content

Commit da825e4

Browse files
nelsericbf4
authored andcommitted
Update freetds url to use https
1 parent 97e3dab commit da825e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ configure_buildpack_env_vars() {
117117

118118
download_and_extract_freetds_archive() {
119119
FREETDS_FILE="$FREETDS_ARCHIVE_NAME.tar.gz"
120-
FREETDS_URL="http://www.freetds.org/files/stable/${FREETDS_FILE}"
120+
FREETDS_URL="https://www.freetds.org/files/stable/${FREETDS_FILE}"
121121
# TODO(BF): Print log when HEROKUR_FREETDS_BUILDPACK_DEBUG is set
122122
# TODO(BF): Consider calculating and verifying SHA256: openssl dgst -sha256 < "$FREETDS_FILE"
123123
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

Comments
 (0)