Skip to content

Commit

Permalink
Bump to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aespinosa committed May 12, 2016
1 parent 100a76e commit 2da0d9c
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.1/jenkins.war /opt/jenkins.war
ADD http://mirrors.jenkins-ci.org/war/2.2/jenkins.war /opt/jenkins.war
RUN chmod 644 /opt/jenkins.war
ENV JENKINS_HOME /jenkins

Expand Down

0 comments on commit 2da0d9c

Please sign in to comment.