From e6fbb732c179164898c7e45fbfab013c0b56ab16 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Tue, 15 Jan 2019 20:25:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0Dockerfile=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= 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 dbc6a076..77bc1999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.3-alpine3.7 AS build +FROM golang:1.11.4-alpine3.8 AS build #新增 GLIBC ENV GLIBC_VERSION "2.28-r0"