Skip to content

Commit 43c0fc7

Browse files
authored
Merge branch 'main' into updatecli_main_6cae6afb4bc2a46809e0d4668606d9a6221840a2acb2b5530092f3f5a55d165c
2 parents ef049aa + 8f9194f commit 43c0fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.479.1
4+
ARG JENKINS_VERSION=2.479.2
55

66
# We then use the official Jenkins image with the specified version as our base image.
77
FROM jenkins/jenkins:"${JENKINS_VERSION}"

0 commit comments

Comments
 (0)