Skip to content

Commit

Permalink
docker/release-builder: node 8.9.4; go 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Feb 7, 2018
1 parent 04d6de1 commit edbeb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/release-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ RUN yum -y install \
gcc-c++ \
rpm-build

ENV NODE_VERSION 8.9.3
ENV NODE_VERSION 8.9.4
RUN mkdir /usr/local/node && \
cd /usr/local/node && \
curl -L https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz | \
tar Jxf - --strip-components=1

ENV GO_VERSION 1.9.2
ENV GO_VERSION 1.9.3
RUN cd /usr/local && \
curl -L https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | \
tar zxf -
Expand Down

0 comments on commit edbeb1e

Please sign in to comment.