Skip to content

Commit

Permalink
CI-8333 fixed linux arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
devkimittal committed Jun 7, 2023
1 parent 0a7911b commit 0776bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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 | sh /dev/stdin 2.37.3
RUN mv ./jfrog /usr/local/bin/
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.37.3
RUN mv ./jf /usr/local/bin/jfrog
RUN chmod +x /usr/local/bin/jfrog

ADD release/linux/arm64/plugin /bin/
Expand Down

0 comments on commit 0776bfd

Please sign in to comment.