Skip to content

Commit c04b119

Browse files
chore: [jenkins-controller] Bump Jenkins LTS version in dockerfiles/D...
... ockerfile Made with ❤️️ by updatecli
1 parent 6cc62b6 commit c04b119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
22

33
# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4-
ARG JENKINS_VERSION=2.492.3
4+
ARG JENKINS_VERSION=2.504.1
55
# We then use the official Jenkins image with the specified version as our base image.
66
FROM jenkins/jenkins:"${JENKINS_VERSION}"-lts-jdk21
77

0 commit comments

Comments
 (0)