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.
1 parent f704199 commit 02f74a8Copy full SHA for 02f74a8
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.470-jdk17
+ARG JENKINS_VERSION=2.471-jdk17
5
6
# Use the official Jenkins Docker image with the specified version.
7
FROM jenkins/jenkins:${JENKINS_VERSION}
0 commit comments