feat(更新镜像): 更新镜像到go1.15.4

This commit is contained in:
2020-11-07 10:10:57 +08:00
parent eef0924e5e
commit a7326a8222
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:buster
FROM golang:1.15.4-buster
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"