Skip to content

Commit

Permalink
Merge pull request #34 from harness/ci-8687
Browse files Browse the repository at this point in the history
go cve upgrade
  • Loading branch information
rajatharanganath authored Jul 19, 2023
2 parents 592f7a6 + 5c62fb3 commit a257f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.37.3
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.42.1
RUN mv ./jf /usr/local/bin/jfrog
RUN chmod +x /usr/local/bin/jfrog

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.37.3
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.42.1
RUN mv ./jf /usr/local/bin/jfrog
RUN chmod +x /usr/local/bin/jfrog

Expand Down

0 comments on commit a257f80

Please sign in to comment.