From 6d5ba21f8d80f731a0e0ecae5148d34444b1b59a Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 1 Nov 2019 21:48:37 -0400 Subject: [PATCH] revert docker version for now to remove auth warning --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5166069..60ce8f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.12 AS development -RUN curl -s https://download.docker.com/linux/static/stable/x86_64/docker-19.03.4.tgz | \ +RUN curl -s https://download.docker.com/linux/static/stable/x86_64/docker-18.03.1-ce.tgz | \ tar -C /usr/bin --strip-components 1 -xz RUN curl -Ls https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl -o /usr/bin/kubectl && \