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 55FROM alpine:3.3
66MAINTAINER lzh <
[email protected] >
77
8- ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.5.10 .tar.gz
8+ ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.5.11 .tar.gz
99ARG LIBUV_URL=https://github.com/libuv/libuv/archive/v1.17.0.tar.gz
1010ARG WOLFSSL_URL=https://github.com/wolfSSL/wolfssl/archive/v3.11.0-stable.tar.gz
1111RUN set -ex && \
@@ -35,7 +35,7 @@ make install && cd .. && \
3535--disable-hashdrbg --disable-ecc --disable-sha512 --enable-cryptonly \
3636--disable-extended-master --disable-sha224 && \
3737make && make install && cd .. && \
38- curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.5.10 && mkdir -p \
38+ curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.5.11 && mkdir -p \
3939build/release && cd build/release && \
4040 cmake -DCMAKE_BUILD_TYPE=Release ../.. && \
4141 make && make install && \
@@ -49,4 +49,4 @@ build/release && cd build/release && \
4949 cd ../../.. && \
5050 apk add --no-cache --virtual .run-deps $runDeps && \
5151 apk del .build-deps && \
52- rm -fr libuv-1.17.0 && rm -fr wolfssl-3.11.0-stable && rm -fr mysocks-0.5.10
52+ rm -fr libuv-1.17.0 && rm -fr wolfssl-3.11.0-stable && rm -fr mysocks-0.5.11
You can’t perform that action at this time.
0 commit comments