From c2bc574a9f513f022d8f17a59648ea216e8b54af Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Tue, 14 Aug 2018 18:47:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a333552..a693e214 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.10.3-alpine3.7 #新增 GLIBC -ENV GLIBC_VERSION 2.28-r0 +ENV GLIBC_VERSION "2.28-r0" # Download and install glibc RUN apk add --update && \