Skip to content

Commit

Permalink
Bump to 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aespinosa committed Dec 8, 2016
1 parent fbff3d4 commit 57c5986
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 @@ -4,7 +4,7 @@ MAINTAINER Allan Espinosa "allan.espinosa@outlook.com"
RUN apt-get update && \
apt-get --no-install-recommends install -q -y openjdk-7-jre-headless && \
rm -rf /var/lib/apt/lists/*
ADD http://mirrors.jenkins-ci.org/war/2.17/jenkins.war /opt/jenkins.war
ADD http://mirrors.jenkins-ci.org/war/2.18/jenkins.war /opt/jenkins.war
RUN chmod 644 /opt/jenkins.war
ENV JENKINS_HOME /jenkins

Expand Down

0 comments on commit 57c5986

Please sign in to comment.