Skip to content

Commit 0b362a6

Browse files
jenkins-infra-botupdatebot
andauthored
chore: Update Dockerfile instruction for "/tmp/updatecli/jenkins-infra/... (#12)
... docker-packaging/Dockerfile" Made with ❤️️ by updatecli Co-authored-by: updatebot <updatebot@olblak.com>
1 parent 4319ca1 commit 0b362a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
pip3 install --no-cache-dir jinja2 && \
3333
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3434

35-
ARG JV_VERSION=0.0.3
35+
ARG JV_VERSION=0.2.0
3636
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 && \
3737
tar xvfz jenkins-version-linux-amd64.tar.gz && \
3838
mv jv /usr/local/bin && \

0 commit comments

Comments
 (0)