Skip to content

Commit

Permalink
chore: Update Dockerfile instruction for "/tmp/updatecli/jenkins-infr…
Browse files Browse the repository at this point in the history
…a/... (#12)

... docker-packaging/Dockerfile"

Made with ❤️️  by updatecli

Co-authored-by: updatebot <[email protected]>
  • Loading branch information
jenkins-infra-bot and updatebot authored Nov 19, 2021
1 parent 4319ca1 commit 0b362a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN \
pip3 install --no-cache-dir jinja2 && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG JV_VERSION=0.0.3
ARG JV_VERSION=0.2.0
RUN curl -o jenkins-version-linux-amd64.tar.gz -L https://github.com/jenkins-infra/jenkins-version/releases/download/${JV_VERSION}/jenkins-version-linux-amd64.tar.gz && \
tar xvfz jenkins-version-linux-amd64.tar.gz && \
mv jv /usr/local/bin && \
Expand Down

0 comments on commit 0b362a6

Please sign in to comment.