From ff0aff8f047e9732f23b9a8395b436d9f20523ec Mon Sep 17 00:00:00 2001 From: Dmitry Sh Date: Fri, 10 Mar 2017 01:02:25 +0300 Subject: [PATCH] Updated to 10.0.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bc1446..7f1bbfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get -qq update && apt-get upgrade -y && \ apt-get install -y dnsutils telnet # Install TeamCity Server. -ENV TEAMCITY_VERSION 10.0.4 +ENV TEAMCITY_VERSION 10.0.5 RUN mkdir -p /usr/local/teamcity && \ mkdir -p /var/lib/teamcity && \ wget -nv https://download.jetbrains.com/teamcity/TeamCity-$TEAMCITY_VERSION.tar.gz -O /tmp/teamcity-$TEAMCITY_VERSION.tar.gz && \