Skip to content

Commit cb44d67

Browse files
author
Li ZHOU
committedApr 22, 2017
update docker
1 parent c140f32 commit cb44d67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM alpine:3.3
66
MAINTAINER lzh <lzh@cpan.org>
77

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
99
ARG LIBUV_URL=https://github.com/libuv/libuv/archive/v1.11.0.tar.gz
1010
ARG WOLFSSL_URL=https://github.com/wolfSSL/wolfssl/archive/v3.6.0.tar.gz
1111
RUN set -ex && \
@@ -33,7 +33,7 @@ make install && cd .. && \
3333
--enable-fastmath --enable-sha --disable-dh --enable-arc4 \
3434
--disable-hashdrbg --disable-ecc --disable-sha512 && \
3535
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 \
3737
build/release && cd build/release && \
3838
cmake -DCMAKE_BUILD_TYPE=Release ../.. && \
3939
make && make install && \
@@ -47,4 +47,4 @@ build/release && cd build/release && \
4747
cd ../../.. && \
4848
apk add --no-cache --virtual .run-deps $runDeps && \
4949
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

0 commit comments

Comments
 (0)