Skip to content

Commit

Permalink
Bumped restic to latest version for CVE-2023-48795 (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidgilson committed Feb 29, 2024
1 parent 32b334a commit 57a18a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/kanister-mongodb-replicaset/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ADD . /kanister

RUN /kanister/install.sh && rm -rf /kanister && rm -rf /tmp && mkdir /tmp

COPY --from=restic/restic:0.16.2 /usr/bin/restic /usr/local/bin/restic
COPY --from=restic/restic:0.16.4 /usr/bin/restic /usr/local/bin/restic

CMD ["tail", "-f", "/dev/null"]
2 changes: 1 addition & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.21-bullseye AS builder

ARG kopia_build_commit=master
ARG kopia_repo_org=kopia
ARG restic_vsn=v0.16.2
ARG restic_vsn=v0.16.4
ARG gosu_vsn=1.17
ENV CGO_ENABLED=1 GOEXPERIMENT=boringcrypto GO_EXTLINK_ENABLED=0
RUN apt-get install git
Expand Down

0 comments on commit 57a18a2

Please sign in to comment.