File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN set -x && apk add --no-cache pkgconfig musl-dev openssl-dev perl make curl
1616# Prepare environment: for cross compilation we download toolchain and `aarch64` OpenSSL libs.
1717RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; \
1818 then set -x && \
19- curl --remote-name-all https://musl.cc/aarch64-linux-musl-cross.tgz https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/openssl-libs-static-3.1.1-r1 .apk && \
20- apk add --allow-untrusted openssl-libs-static-3.1.1-r1 .apk && \
19+ curl --remote-name-all https://musl.cc/aarch64-linux-musl-cross.tgz https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/openssl-libs-static-3.1.1-r3 .apk && \
20+ apk add --allow-untrusted openssl-libs-static-3.1.1-r3 .apk && \
2121 tar xzf ./aarch64-linux-musl-cross.tgz && \
2222 rustup target add aarch64-unknown-linux-musl; \
2323 else set -x && \
You can’t perform that action at this time.
0 commit comments