Skip to content

Commit e6b989b

Browse files
chore: Bump JV_VERSION value
Made with ❤️️ by updatecli
1 parent 24b921f commit e6b989b

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
@@ -42,7 +42,7 @@ RUN apt-get update \
4242
&& apt-get clean \
4343
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4444

45-
ARG JV_VERSION=0.6.7
45+
ARG JV_VERSION=0.6.8
4646
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" && \
4747
tar xvfz "jenkins-version-linux-$(dpkg --print-architecture).tar.gz" && \
4848
mv jv /usr/local/bin && \

0 commit comments

Comments
 (0)