Skip to content

Commit a2d2c85

Browse files
jbnetfroleg-nenashev
authored andcommitted
Change version and checksum (#869)
1 parent 0832831 commit a2d2c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ RUN curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}
4444

4545
# jenkins version being bundled in this docker image
4646
ARG JENKINS_VERSION
47-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.121.1}
47+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.176.2}
4848

4949
# jenkins.war checksum, download will be validated using it
50-
ARG JENKINS_SHA=5bb075b81a3929ceada4e960049e37df5f15a1e3cfc9dc24d749858e70b48919
50+
ARG JENKINS_SHA=33a6c3161cf8de9c8729fd83914d781319fd1569acf487c7b1121681dba190a5
5151

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

0 commit comments

Comments
 (0)