Skip to content

Commit

Permalink
fixedbump up base ubi image
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-harness committed Apr 12, 2022
1 parent 4188584 commit d5ef845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.linux.ubi.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-218
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-240.1648458092
ENV GODEBUG netdns=go

# Install jfrog cli with version 1.35.5
# Install jfrog cli with version 1.53.1
RUN microdnf install curl ca-certificates \
&& rm -rf /var/cache/yum \
&& microdnf clean all
RUN curl -fL https://getcli.jfrog.io | sh /dev/stdin 1.35.5
RUN curl -fL https://getcli.jfrog.io | sh /dev/stdin 1.53.1
RUN mv ./jfrog /usr/local/bin/
RUN chmod +x /usr/local/bin/jfrog

Expand Down

0 comments on commit d5ef845

Please sign in to comment.