From bcf0c5cb4ceb65dfb427f35eb1db826cdbe0af6f Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Sun, 7 May 2017 17:46:10 -0300 Subject: [PATCH] Add ARG to allow build different images --- Dockerfile.dind | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index 5e84c64..15d0d06 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,4 +1,5 @@ -FROM docker:17.05.0-ce-dind +ARG VERSION=17.05.0-ce-dind +FROM docker:${VERSION} RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq