Skip to content

Commit

Permalink
chore: Update the value of ARG JENKINS_INBOUND_AGENT_VERSION in the D...
Browse files Browse the repository at this point in the history
... ockerfile

Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed May 7, 2024
1 parent 85056f1 commit 4421de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-10
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-11

FROM jenkins/inbound-agent:${JENKINS_INBOUND_AGENT_VERSION}-jdk17
USER root
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=3206.vb_15dcf73f6a_9-10
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-11

## 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
Expand Down

0 comments on commit 4421de4

Please sign in to comment.