File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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 <
[email protected] >
7
7
8
- ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.5.9 .tar.gz
8
+ ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.5.10 .tar.gz
9
9
ARG LIBUV_URL=https://github.com/libuv/libuv/archive/v1.16.0.tar.gz
10
10
ARG WOLFSSL_URL=https://github.com/wolfSSL/wolfssl/archive/v3.11.0-stable.tar.gz
11
11
RUN set -ex && \
@@ -35,7 +35,7 @@ make install && cd .. && \
35
35
--disable-hashdrbg --disable-ecc --disable-sha512 --enable-cryptonly \
36
36
--disable-extended-master --disable-sha224 && \
37
37
make && make install && cd .. && \
38
- curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.5.9 && mkdir -p \
38
+ curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.5.10 && mkdir -p \
39
39
build/release && cd build/release && \
40
40
cmake -DCMAKE_BUILD_TYPE=Release ../.. && \
41
41
make && make install && \
@@ -49,4 +49,4 @@ build/release && cd build/release && \
49
49
cd ../../.. && \
50
50
apk add --no-cache --virtual .run-deps $runDeps && \
51
51
apk del .build-deps && \
52
- rm -fr libuv-1.16.0 && rm -fr wolfssl-3.11.0-stable && rm -fr mysocks-0.5.9
52
+ rm -fr libuv-1.16.0 && rm -fr wolfssl-3.11.0-stable && rm -fr mysocks-0.5.10
You can’t perform that action at this time.
0 commit comments