Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit 5b17231

Browse files
committed
Merge pull request #22 from muojp/master
Switch to libuv 1.4.2
2 parents ad7179a + 4794f8d commit 5b17231

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

1.0.0-beta1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apt-get -qqy install \
1616
automake \
1717
build-essential \
1818
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.4.2 \
20+
&& curl -sSL https://github.com/libuv/libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
2121
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
2222
&& sh autogen.sh && ./configure && make && make install \
2323
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \

1.0.0-beta2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apt-get -qqy install \
1616
automake \
1717
build-essential \
1818
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.4.2 \
20+
&& curl -sSL https://github.com/libuv/libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
2121
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
2222
&& sh autogen.sh && ./configure && make && make install \
2323
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \

1.0.0-beta3/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apt-get -qqy install \
1616
automake \
1717
build-essential \
1818
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.4.2 \
20+
&& curl -sSL https://github.com/libuv/libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
2121
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
2222
&& sh autogen.sh && ./configure && make && make install \
2323
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \

nightly/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apt-get -qqy install \
1616
automake \
1717
build-essential \
1818
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.4.2 \
20+
&& curl -sSL https://github.com/libuv/libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \
2121
&& cd /usr/local/src/libuv-$LIBUV_VERSION \
2222
&& sh autogen.sh && ./configure && make && make install \
2323
&& rm -rf /usr/local/src/libuv-$LIBUV_VERSION \

0 commit comments

Comments
 (0)