File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
FROM alpine:3.3
6
6
MAINTAINER lzh <lzh@cpan.org>
7
7
8
- ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.5.0 .tar.gz
8
+ ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.5.3 .tar.gz
9
9
ARG LIBUV_URL=https://github.com/libuv/libuv/archive/v1.11.0.tar.gz
10
10
ARG WOLFSSL_URL=https://github.com/wolfSSL/wolfssl/archive/v3.6.0.tar.gz
11
11
RUN set -ex && \
@@ -33,7 +33,7 @@ make install && cd .. && \
33
33
--enable-fastmath --enable-sha --disable-dh --enable-arc4 \
34
34
--disable-hashdrbg --disable-ecc --disable-sha512 && \
35
35
make && make install && cd .. && \
36
- curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.5.0 && mkdir -p \
36
+ curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.5.3 && mkdir -p \
37
37
build/release && cd build/release && \
38
38
cmake -DCMAKE_BUILD_TYPE=Release ../.. && \
39
39
make && make install && \
@@ -47,4 +47,4 @@ build/release && cd build/release && \
47
47
cd ../../.. && \
48
48
apk add --no-cache --virtual .run-deps $runDeps && \
49
49
apk del .build-deps && \
50
- rm -fr libuv-1.11.0 && rm -fr wolfssl-3.6.0 && rm -fr mysocks-0.5.0
50
+ rm -fr libuv-1.11.0 && rm -fr wolfssl-3.6.0 && rm -fr mysocks-0.5.3
You can’t perform that action at this time.
0 commit comments