Skip to content

Commit

Permalink
updated jfrog version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahkumar56 committed Sep 24, 2024
1 parent 9bdc829 commit 99a9e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
RUN apk add --update \
curl \
&& rm -rf /var/cache/apk/*
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.52.9
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.68.0
RUN mv ./jf /usr/local/bin/jfrog
RUN chmod +x /usr/local/bin/jfrog

Expand Down

0 comments on commit 99a9e41

Please sign in to comment.