Skip to content

Commit

Permalink
PB-4472 - Upgraded kopia version to 14.1 for fixing critical CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: kesavan thiruvenkadasamy <[email protected]>
  • Loading branch information
px-kesavan committed Oct 3, 2023
1 parent 41d953c commit 3765e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.kopia
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ MAINTAINER Portworx Inc. <[email protected]>
RUN microdnf install -y bash vim make wget gpg ca-certificates yum && \
microdnf clean all

RUN curl -LJO https://github.com/kopia/kopia/releases/download/v0.10.6/kopia-0.10.6.x86_64.rpm
RUN curl -LJO https://github.com/kopia/kopia/releases/download/v0.14.1/kopia-0.14.1.x86_64.rpm

RUN yum install -y kopia-0.10.6.x86_64.rpm
RUN yum install -y kopia-0.14.1.x86_64.rpm

WORKDIR /

Expand Down

0 comments on commit 3765e27

Please sign in to comment.