Skip to content

Commit 4e16d5b

Browse files
authored
Merge branch 'weekly' into updatecli_weekly_651f9b43b3cb77399a9a3a2acf5f7cb4b5cbafd0c8a53ccf4e8e1ec8b505fbf6
2 parents 21fcc4d + 083e32b commit 4e16d5b

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.482-jdk17
4+
ARG JENKINS_VERSION=2.483-jdk17
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)