diff --git a/Dockerfile b/Dockerfile index 2f17412..7f66cad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sjoerdmulder/java8 # Get and install teamcity -RUN curl -L https://download.jetbrains.com/teamcity/TeamCity-9.1.tar.gz | tar -xz -C /opt +RUN curl -L https://download.jetbrains.com/teamcity/TeamCity-9.1.1.tar.gz | tar -xz -C /opt # Enable the correct Valve when running behind a proxy RUN sed -i -e "s/\.*<\/Host>.*$/<\/Host>/" /opt/TeamCity/conf/server.xml @@ -14,4 +14,4 @@ ENTRYPOINT ["/docker-entrypoint.sh"] VOLUME /var/lib/teamcity # Expose the Teamcity port -EXPOSE 8111 \ No newline at end of file +EXPOSE 8111