From 9476eaf518877dd85f655472e015516c6860d155 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 44ff8bac92..82cc1137c8 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 ## Working directory to prepare the file system