diff --git a/demo/Dockerfile b/demo/Dockerfile index 78db398..fcf6447 100644 --- a/demo/Dockerfile +++ b/demo/Dockerfile @@ -3,7 +3,7 @@ FROM onenashev/demo-jenkins-config-as-code # Override the Jenkins core by the incrementals or SNAPSHOT version # ARG JENKINS_INCREMENTALS_VERSION=2.239-rc29973.611f6ad476ff # ENV JENKINS_URL https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/main/jenkins-war/${JENKINS_INCREMENTALS_VERSION}/jenkins-war-${JENKINS_INCREMENTALS_VERSION}.war -ENV JENKINS_URL https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/jenkins-war/2.239-SNAPSHOT/jenkins-war-2.239-20200528.073947-2.war +ENV JENKINS_URL https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/jenkins-war/2.239-SNAPSHOT/jenkins-war-2.239-20200529.215105-3.war USER root RUN wget $JENKINS_URL -O /usr/share/jenkins/jenkins.war