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