Skip to content

Commit 26217b2

Browse files
author
Li ZHOU
committed
upgrade to libuv 1.16
1 parent 4ef8049 commit 26217b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM alpine:3.3
66
MAINTAINER lzh <[email protected]>
77

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
99
ARG LIBUV_URL=https://github.com/libuv/libuv/archive/v1.16.0.tar.gz
1010
ARG WOLFSSL_URL=https://github.com/wolfSSL/wolfssl/archive/v3.11.0-stable.tar.gz
1111
RUN set -ex && \
@@ -35,7 +35,7 @@ make install && cd .. && \
3535
--disable-hashdrbg --disable-ecc --disable-sha512 --enable-cryptonly \
3636
--disable-extended-master --disable-sha224 && \
3737
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 \
3939
build/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.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

0 commit comments

Comments
 (0)