From f64e79172c4324b471d1d4d5358dae6b961e5918 Mon Sep 17 00:00:00 2001 From: Neetha John Date: Wed, 24 Jul 2019 09:44:14 -0700 Subject: [PATCH] [docker-engine]: Update docker engine to 18.09.8 (#3211) Signed-off-by: Neetha John --- build_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 0124050019..d040bd36cd 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.2~3-0~debian-stretch +DOCKER_VERSION=5:18.09.8~3-0~debian-stretch LINUX_KERNEL_VERSION=4.9.0-9-2 ## Working directory to prepare the file system