We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0184e80 + c999165 commit c9167ebCopy full SHA for c9167eb
dockerfiles/Dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile for setting up a Jenkins environment with a specific version and pre-configured settings.
2
3
# Define the Jenkins version to use for the base image.
4
-ARG JENKINS_VERSION=2.475-jdk17
+ARG JENKINS_VERSION=2.476-jdk17
5
6
# Use the official Jenkins Docker image with the specified version.
7
FROM jenkins/jenkins:${JENKINS_VERSION}
0 commit comments