Skip to content

Commit b1ef211

Browse files
Update Jenkins Weekly versions to 2.506-jdk21 in the controller Dockerfile (#1143)
* chore: [jenkins-controller] Bump Jenkins Weekly version in dockerfile... ... s/Dockerfile Made with ❤️️ by updatecli * Remove jdk21 from Jenkins base image --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bruno Verachten <gounthar@gmail.com>
1 parent a6af22e commit b1ef211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.505-jdk21
4+
ARG JENKINS_VERSION=2.506-jdk21
55

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

99
# We switch to the root user to have the necessary permissions for the upcoming operations.
1010
USER root

0 commit comments

Comments
 (0)