From e1892220ba37210762683f5fddb70eaf5c9a94b6 Mon Sep 17 00:00:00 2001 From: zondervancalvez Date: Tue, 19 Jul 2022 14:43:16 +0800 Subject: [PATCH] fix(security): vulnerabilities found in fabric-all-in-one Fixes #2056 --- container-scan | 1 + tools/docker/fabric-all-in-one/Dockerfile_v1.4.x | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 container-scan diff --git a/container-scan b/container-scan new file mode 160000 index 0000000000..2b9d16570f --- /dev/null +++ b/container-scan @@ -0,0 +1 @@ +Subproject commit 2b9d16570f7a467777d7f71b8fbfb70135e942dd diff --git a/tools/docker/fabric-all-in-one/Dockerfile_v1.4.x b/tools/docker/fabric-all-in-one/Dockerfile_v1.4.x index d0e204eece..3b8a1f382f 100644 --- a/tools/docker/fabric-all-in-one/Dockerfile_v1.4.x +++ b/tools/docker/fabric-all-in-one/Dockerfile_v1.4.x @@ -1,6 +1,6 @@ # We need to use the older, more stable v18 here because of # https://github.com/docker-library/docker/issues/170 -FROM docker:20.10.3-dind +FROM docker:20.10.17 ARG FABRIC_VERSION=1.4.8 ARG CA_VERSION=1.4.9