Skip to content

Commit

Permalink
Updated nodejs version and teamcity version
Browse files Browse the repository at this point in the history
  • Loading branch information
corvis authored Feb 28, 2017
1 parent b021539 commit 3e46528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN yum -y update && yum install -y python-dev python-pip gcc make gcc-c++ \
&& yum clean all

# --------------------------------------------------------------- teamcity-agent
ENV TEAMCITY_VERSION 9.0.4
ENV TEAMCITY_VERSION 10.0
ENV TEAMCITY_GIT_PATH /usr/bin/git
ENV AGENT_PORT 9090

Expand All @@ -25,7 +25,7 @@ RUN chmod +x /srv/teamcity-agent/bin/*.sh \


# ----------------------------------------------------------------------- nodejs
ENV NODE_VERSION 0.12.2
ENV NODE_VERSION 6.9.4

RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz | gunzip -c | tar x) \
&& cp -R node-v${NODE_VERSION}-linux-x64/* /usr/ \
Expand Down

0 comments on commit 3e46528

Please sign in to comment.