From 3c1aff47c88033ff928627401e62469e8b0a69f1 Mon Sep 17 00:00:00 2001 From: Kevin <862860000@qq.com> Date: Fri, 28 Oct 2022 17:29:11 +0800 Subject: [PATCH] v1.18.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29ede10..c8372fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.10-alpine +FROM golang:1.18.6-alpine RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories RUN apk --no-cache add git RUN apk --no-cache add gcc