From 57a18a2f5bf6faff8237fbe6d9a22d2cce6c2234 Mon Sep 17 00:00:00 2001 From: Eliott Gilson Date: Thu, 29 Feb 2024 11:21:01 -0800 Subject: [PATCH] Bumped restic to latest version for CVE-2023-48795 (#2709) --- docker/kanister-mongodb-replicaset/image/Dockerfile | 2 +- docker/tools/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/kanister-mongodb-replicaset/image/Dockerfile b/docker/kanister-mongodb-replicaset/image/Dockerfile index f1b333e38b..3540588f0f 100755 --- a/docker/kanister-mongodb-replicaset/image/Dockerfile +++ b/docker/kanister-mongodb-replicaset/image/Dockerfile @@ -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"] diff --git a/docker/tools/Dockerfile b/docker/tools/Dockerfile index 8d0e57751d..0d9218316c 100644 --- a/docker/tools/Dockerfile +++ b/docker/tools/Dockerfile @@ -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