We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b021539 commit 3e46528Copy full SHA for 3e46528
Dockerfile
@@ -5,7 +5,7 @@ RUN yum -y update && yum install -y python-dev python-pip gcc make gcc-c++ \
5
&& yum clean all
6
7
# --------------------------------------------------------------- teamcity-agent
8
-ENV TEAMCITY_VERSION 9.0.4
+ENV TEAMCITY_VERSION 10.0
9
ENV TEAMCITY_GIT_PATH /usr/bin/git
10
ENV AGENT_PORT 9090
11
@@ -25,7 +25,7 @@ RUN chmod +x /srv/teamcity-agent/bin/*.sh \
25
26
27
# ----------------------------------------------------------------------- nodejs
28
-ENV NODE_VERSION 0.12.2
+ENV NODE_VERSION 6.9.4
29
30
RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz | gunzip -c | tar x) \
31
&& cp -R node-v${NODE_VERSION}-linux-x64/* /usr/ \
0 commit comments