From 069c641d7c0c934c0f3a14840117b351907d7d0e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 26 Dec 2018 20:53:30 -0800 Subject: [PATCH] use latest frolvlad/alpine-glibc --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 43c392852..6b6a9d47a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-glibc:alpine-3.5 +FROM frolvlad/alpine-glibc # Tried to use curl only (curl -o /tmp/linux_amd64.tar.gz ...), however it turned out that the following tar command failed with "gzip: stdin: not in gzip format" RUN apk add --no-cache --virtual build-dependencies --update wget curl ca-certificates && \