From 176c04bf40d0992c0115922442dab8e129ff2a98 Mon Sep 17 00:00:00 2001 From: it-agent Date: Thu, 24 Jun 2021 11:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Dockerfile=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=89=88=E6=9C=AC?= 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 083813f8..b906b51a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14-alpine3.12 as builder +FROM golang:1.16-alpine3.12 as builder WORKDIR $GOPATH/src/github.com/feiyu563/PrometheusAlert