Skip to content

Commit fc6afa3

Browse files
authored
Merge branch 'main' into updatecli_main_f2ff05c9683a6a713a53753e4f79070265822d712880f98b6f9e18155e2ab792
2 parents c33fb83 + e1bb1c4 commit fc6afa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
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.541.1
4+
ARG JENKINS_VERSION=2.541.2
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)