From 516e2996a6f4db1017b33ada3eefd780b91ed8cc Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 06:34:29 +0000 Subject: [PATCH] chore: [jenkins-controller] Bump Jenkins Weekly version in dockerfile... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... s/Dockerfile Made with ❤️️ by updatecli --- dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 4ee9ff50..9a6c0630 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile for setting up a Jenkins environment with a specific version and pre-configured settings. # Define the Jenkins version to use for the base image. -ARG JENKINS_VERSION=2.472-jdk17 +ARG JENKINS_VERSION=2.473-jdk17 # Use the official Jenkins Docker image with the specified version. FROM jenkins/jenkins:${JENKINS_VERSION}