From bbfe094ecb8209f6a4cc35d8fa11a7a3218f12e1 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Tue, 19 Mar 2019 03:10:56 +0000 Subject: [PATCH] [docker] Update docker package version for CVE-2019-5736 fix (#2663) --- build_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 6bac523b5d4e..c9fc5313c664 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -29,7 +29,7 @@ set -x -e ## docker engine version (with platform) -DOCKER_VERSION=5:18.09.0~3-0~debian-stretch +DOCKER_VERSION=5:18.09.2~3-0~debian-stretch LINUX_KERNEL_VERSION=4.9.0-8 ## Working directory to prepare the file system