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 392b0ff commit 0554d29Copy full SHA for 0554d29
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.469-jdk17
+ARG JENKINS_VERSION=2.470-jdk17
5
6
# Use the official Jenkins Docker image with the specified version.
7
FROM jenkins/jenkins:${JENKINS_VERSION}
0 commit comments