diff --git a/Dockerfile b/Dockerfile index 8b24113..49c1c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG JENKINS_INBOUND_AGENT_VERSION=3261.v9c670a_4748a_9-7 +ARG JENKINS_INBOUND_AGENT_VERSION=3273.v4cfe589b_fd83-2 FROM jenkins/inbound-agent:${JENKINS_INBOUND_AGENT_VERSION}-jdk17 USER root @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-eo", "pipefail", "-c"] ## Repeating the ARG from top level to allow them on this scope # Ref - https://docs.docker.com/engine/reference/builder/#scope -ARG JENKINS_INBOUND_AGENT_VERSION=3261.v9c670a_4748a_9-7 +ARG JENKINS_INBOUND_AGENT_VERSION=3273.v4cfe589b_fd83-2 ## The packages installed below should always be in their "latest" available version (otherwise needs a separated block), hence disabling the lint rule DL3008 # hadolint ignore=DL3008 diff --git a/cst.yml b/cst.yml index cbab862..0126af6 100644 --- a/cst.yml +++ b/cst.yml @@ -14,7 +14,7 @@ metadataTest: - key: io.jenkins-infra.tools.gh.version value: 2.59.0 - key: io.jenkins-infra.tools.jenkins-inbound-agent.version - value: 3261.v9c670a_4748a_9-7 + value: 3273.v4cfe589b_fd83-2 - key: io.jenkins-infra.tools.netlify-deploy.version value: 0.1.8 - key: io.jenkins-infra.tools.asdf.version