Skip to content

Commit

Permalink
Merge pull request #423 from daniel-beck/2.32.2
Browse files Browse the repository at this point in the history
Jenkins 2.32.2
  • Loading branch information
carlossg authored Feb 1, 2017
2 parents 3b86cf6 + 02fa022 commit fd79401
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 @@ -36,10 +36,10 @@ COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groov

# jenkins version being bundled in this docker image
ARG JENKINS_VERSION
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.32.1}
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.32.2}

# jenkins.war checksum, download will be validated using it
ARG JENKINS_SHA=1b65dc498ba7ab1f5cce64200b920a8716d90834
ARG JENKINS_SHA=f495a08733f69b1845fd2d9b3a46482adb6e6cee

# Can be used to customize where jenkins.war get downloaded from
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
Expand Down

0 comments on commit fd79401

Please sign in to comment.