Skip to content

Commit 3e3ce81

Browse files
committed
use https for musl download
1 parent d6e8aa4 commit 3e3ce81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvmti-access/jni-build/jni_linux_musl_x64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV CROSS_TRIPLE x86_64-linux-musl
99
ENV CROSS_ROOT ${XCC_PREFIX}/${CROSS_TRIPLE}-cross
1010

1111
RUN mkdir -p ${XCC_PREFIX}
12-
RUN curl --max-time 180 --retry 5 -LO http://musl.cc/${CROSS_TRIPLE}-cross.tgz
12+
RUN curl --max-time 180 --retry 5 -LO https://musl.cc/${CROSS_TRIPLE}-cross.tgz
1313

1414
# Verify that the downloaded file has not been altered via sha256 checksum
1515
RUN test "$(sha256sum -b ${CROSS_TRIPLE}-cross.tgz)" = "c5d410d9f82a4f24c549fe5d24f988f85b2679b452413a9f7e5f7b956f2fe7ea *${CROSS_TRIPLE}-cross.tgz"

0 commit comments

Comments
 (0)