Skip to content

Commit

Permalink
chore: Bump JV_VERSION value
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed Oct 19, 2024
1 parent 627d991 commit 38189a7
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 @@ -42,7 +42,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG JV_VERSION=0.6.5
ARG JV_VERSION=0.6.6
RUN curl -o "jenkins-version-linux-$(dpkg --print-architecture).tar.gz" -L "https://github.com/jenkins-infra/jenkins-version/releases/download/${JV_VERSION}/jenkins-version-linux-$(dpkg --print-architecture).tar.gz" && \
tar xvfz "jenkins-version-linux-$(dpkg --print-architecture).tar.gz" && \
mv jv /usr/local/bin && \
Expand Down

0 comments on commit 38189a7

Please sign in to comment.