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

Commit

Permalink
2020.2.1.85633
Browse files Browse the repository at this point in the history
2020.2.1.85633
  • Loading branch information
Dmitry Sh authored Dec 24, 2020
1 parent 275e628 commit ae54428
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,8 +5,8 @@ RUN apt-get -qq update && apt-get upgrade -y && \
apt-get install -y dnsutils telnet git

# Install TeamCity Server.
ENV TEAMCITY_BUILD 78938
ENV TEAMCITY_VERSION 2020.1.5
ENV TEAMCITY_BUILD 85633
ENV TEAMCITY_VERSION 2020.2.1
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 ae54428

Please sign in to comment.