Skip to content

Commit b3a71b3

Browse files
committed
curl url changed
1 parent 06e7d6f commit b3a71b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN curl -sSL https://www.openssl.org/source/old/1.0.2/openssl-$SSL_VER.tar.gz |
8989

9090
# Build curl (needs with-zlib and all this stuff to allow https)
9191
# curl_LDFLAGS needed on stretch to avoid fPIC errors - though not sure from what
92-
RUN curl -sSL https://curl.haxx.se/download/curl-$CURL_VER.tar.gz | tar xz && \
92+
RUN curl -sSL https://curl.se/download/curl-$CURL_VER.tar.gz | tar xz && \
9393
cd curl-$CURL_VER && \
9494
CC="musl-gcc -fPIC -pie" LDFLAGS="-L$PREFIX/lib" CFLAGS="-I$PREFIX/include" ./configure \
9595
--enable-shared=no --with-zlib --enable-static=ssl --enable-optimize --prefix=$PREFIX \

0 commit comments

Comments
 (0)