File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ RUN curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}
44
44
45
45
# jenkins version being bundled in this docker image
46
46
ARG JENKINS_VERSION
47
- ENV JENKINS_VERSION ${JENKINS_VERSION:-2.121.1 }
47
+ ENV JENKINS_VERSION ${JENKINS_VERSION:-2.176.2 }
48
48
49
49
# jenkins.war checksum, download will be validated using it
50
- ARG JENKINS_SHA=5bb075b81a3929ceada4e960049e37df5f15a1e3cfc9dc24d749858e70b48919
50
+ ARG JENKINS_SHA=33a6c3161cf8de9c8729fd83914d781319fd1569acf487c7b1121681dba190a5
51
51
52
52
# Can be used to customize where jenkins.war get downloaded from
53
53
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
You can’t perform that action at this time.
0 commit comments