Skip to content

Commit 3e46528

Browse files
authored
Updated nodejs version and teamcity version
1 parent b021539 commit 3e46528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN yum -y update && yum install -y python-dev python-pip gcc make gcc-c++ \
55
&& yum clean all
66

77
# --------------------------------------------------------------- teamcity-agent
8-
ENV TEAMCITY_VERSION 9.0.4
8+
ENV TEAMCITY_VERSION 10.0
99
ENV TEAMCITY_GIT_PATH /usr/bin/git
1010
ENV AGENT_PORT 9090
1111

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

2626

2727
# ----------------------------------------------------------------------- nodejs
28-
ENV NODE_VERSION 0.12.2
28+
ENV NODE_VERSION 6.9.4
2929

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

0 commit comments

Comments
 (0)