Skip to content

Commit e03c4f1

Browse files
chore: Update value of JENKINS_VERSION in Dockerfile
Made with ❤️️ by updatecli
1 parent 16021fb commit e03c4f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

alpine/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN mkdir -p ${REF}/init.groovy.d
9595

9696
# jenkins version being bundled in this docker image
9797
ARG 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
101101
ARG WAR_SHA=fcf13a8ebbe69d678608cc4b3885ece7d7e697d6da4c3691025a06968ddef228

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN mkdir -p ${REF}/init.groovy.d
109109

110110
# jenkins version being bundled in this docker image
111111
ARG 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
115115
ARG WAR_SHA=fcf13a8ebbe69d678608cc4b3885ece7d7e697d6da4c3691025a06968ddef228

rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
101101
ARG 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
105105
ARG WAR_SHA=fcf13a8ebbe69d678608cc4b3885ece7d7e697d6da4c3691025a06968ddef228

windows/windowsservercore/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
100100
ARG 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
104104
ARG WAR_SHA=fcf13a8ebbe69d678608cc4b3885ece7d7e697d6da4c3691025a06968ddef228

0 commit comments

Comments
 (0)