Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Updated to 10.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sh authored Mar 9, 2017
1 parent 4870d9e commit ff0aff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit ff0aff8

Please sign in to comment.