Skip to content

Commit

Permalink
Merge pull request #32 from harness/devmittal
Browse files Browse the repository at this point in the history
CI-8333 fixed linux arm image
  • Loading branch information
aman-harness authored Jun 7, 2023
2 parents 0a7911b + 0776bfd commit bdec83d
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 bdec83d

Please sign in to comment.