File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
windows/windowsservercore/hotspot Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ RUN mkdir -p ${REF}/init.groovy.d
9595
9696# jenkins version being bundled in this docker image
9797ARG JENKINS_VERSION
98- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.534 }
98+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.546 }
9999
100100# jenkins.war checksum, download will be validated using it
101101ARG WAR_SHA=f1b03ebf8fdb0ac893fbac9df9835d736ab9825399dc43de8a00d3f3913d8983
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ RUN mkdir -p ${REF}/init.groovy.d
109109
110110# jenkins version being bundled in this docker image
111111ARG JENKINS_VERSION
112- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.534 }
112+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.546 }
113113
114114# jenkins.war checksum, download will be validated using it
115115ARG WAR_SHA=f1b03ebf8fdb0ac893fbac9df9835d736ab9825399dc43de8a00d3f3913d8983
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
9999
100100# jenkins version being bundled in this docker image
101101ARG JENKINS_VERSION
102- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.534 }
102+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.546 }
103103
104104# jenkins.war checksum, download will be validated using it
105105ARG WAR_SHA=f1b03ebf8fdb0ac893fbac9df9835d736ab9825399dc43de8a00d3f3913d8983
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ RUN New-Item -ItemType Directory -Force -Path C:/ProgramData/Jenkins/Reference/i
9898
9999# jenkins version being bundled in this docker image
100100ARG JENKINS_VERSION
101- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.534 }
101+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.546 }
102102
103103# jenkins.war checksum, download will be validated using it
104104ARG WAR_SHA=f1b03ebf8fdb0ac893fbac9df9835d736ab9825399dc43de8a00d3f3913d8983
You can’t perform that action at this time.
0 commit comments