From 81d54f9c06a7f5ae588b0519c86b35f9db778fa3 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:43:06 +0000 Subject: [PATCH] Bump Jenkins inbound-agent version to 3206.vb_15dcf73f6a_9-3 (#94) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of ARG JENKINS_AGENT_VERSION in the Dockerfile Made with ❤️️ by updatecli * chore: Update the value of ARG JENKINS_AGENT_VERSION in the Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 977fbc6..d4e1714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG JENKINS_AGENT_VERSION=3198.v03a_401881f3e-1 +ARG JENKINS_AGENT_VERSION=3206.vb_15dcf73f6a_9-3 ARG JAVA_VERSION=11.0.20_8 ARG JENKINS_AGENT_JDK_MAJOR=17