From 05045424b03397574557c7e7954b32ea31e643f7 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Fri, 6 Oct 2017 13:33:39 -0300 Subject: [PATCH] Use latest dind stable image --- Dockerfile.dind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index db193fd..4276471 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,4 +1,4 @@ -ARG VERSION=docker:17.07-dind +ARG VERSION=docker:stable-dind FROM ${VERSION} RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh qemu-img qemu-system-x86_64