We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c33fb83 + e1bb1c4 commit fc6afa3Copy full SHA for fc6afa3
1 file changed
dockerfiles/Dockerfile
@@ -1,7 +1,7 @@
1
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
2
3
# 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.541.1
+ARG JENKINS_VERSION=2.541.2
5
# We then use the official Jenkins image with the specified version as our base image.
6
FROM jenkins/jenkins:"${JENKINS_VERSION}"-lts-jdk21
7
0 commit comments