From 8b1c2b1c313058c50c37fd20338efc55e61ca5f5 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Sun, 27 Dec 2020 14:04:13 -0300 Subject: [PATCH] Update dind image --- dockerfiles/dind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/dind/Dockerfile b/dockerfiles/dind/Dockerfile index ba2ffb3..ad828a3 100644 --- a/dockerfiles/dind/Dockerfile +++ b/dockerfiles/dind/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=docker:stable-dind +ARG VERSION=docker:dind FROM ${VERSION} RUN apk add --no-cache py-pip python3-dev libffi-dev openssl-dev git tmux apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh openssl tree \