From 09d7c73c6a22f41bd7131f970116f77f9bbb86f6 Mon Sep 17 00:00:00 2001 From: zondervancalvez Date: Wed, 20 Jul 2022 15:29:31 +0800 Subject: [PATCH] fix(security): vulnerabilities found in fabric-all-in-one Fixes #2056 --- tools/docker/fabric-all-in-one/Dockerfile_v1.4.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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