From 145c1348b37d196ed952d466b886a0487534c5b9 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Mon, 18 Mar 2019 18:50:05 -0700 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 41f0966d04..d482a21267 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-2 ## Working directory to prepare the file system