From be2761a6be703c480f663f6442f79c6ff67ae1f6 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Thu, 2 Mar 2017 14:23:57 -0300 Subject: [PATCH] Update dind image to latest CE engine version --- Dockerfile.dind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index 8f03635..556636f 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,4 +1,4 @@ -FROM docker:1.13.1-dind +FROM docker:17.03.0-ce-rc1-dind RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash util-linux