This repository was archived by the owner on May 31, 2019. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get -qqy install \
16
16
automake \
17
17
build-essential \
18
18
libtool
19
- RUN LIBUV_VERSION=1.0.0-rc2 \
20
- && curl -sSL https://github.com/joyent /libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
19
+ RUN LIBUV_VERSION=1.1.0 \
20
+ && curl -sSL https://github.com/libuv /libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
21
21
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
22
22
&& sh autogen.sh && ./configure && make && make install \
23
23
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get -qqy install \
16
16
automake \
17
17
build-essential \
18
18
libtool
19
- RUN LIBUV_VERSION=1.0.0-rc2 \
20
- && curl -sSL https://github.com/joyent /libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
19
+ RUN LIBUV_VERSION=1.1.0 \
20
+ && curl -sSL https://github.com/libuv /libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
21
21
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
22
22
&& sh autogen.sh && ./configure && make && make install \
23
23
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get -qqy install \
16
16
automake \
17
17
build-essential \
18
18
libtool
19
- RUN LIBUV_VERSION=1.0.0-rc2 \
20
- && curl -sSL https://github.com/joyent /libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
19
+ RUN LIBUV_VERSION=1.1.0 \
20
+ && curl -sSL https://github.com/libuv /libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
21
21
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
22
22
&& sh autogen.sh && ./configure && make && make install \
23
23
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \
You can’t perform that action at this time.
0 commit comments