commit | 57d92436be137bfe8951ddd9f3771a88776b01a0 | [log] [tgz] |
---|---|---|
author | Nicolas De Loof <nicolas.deloof@gmail.com> | Thu Oct 02 08:59:04 2014 +0200 |
committer | Nicolas De Loof <nicolas.deloof@gmail.com> | Thu Oct 02 08:59:04 2014 +0200 |
tree | f0e001d162915ee29c4ba9254c873ba8f228d2ed | |
parent | a32d5dc1a5a59f2af4854a9d9b95435e2d2086e1 [diff] |
LTS is 1.565.3
diff --git a/Dockerfile b/Dockerfile index 6ba6be1..7241039 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y wget git curl zip && rm -rf /var/lib/apt/lists/* -ENV JENKINS_VERSION 1.565.2 +ENV JENKINS_VERSION 1.565.3 RUN mkdir /usr/share/jenkins/ RUN useradd -d /home/jenkins -m -s /bin/bash jenkins RUN curl -L http://mirrors.jenkins-ci.org/war-stable/$JENKINS_VERSION/jenkins.war -o /usr/share/jenkins/jenkins.war