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

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

View File

@ -6,7 +6,7 @@ name: goenv
steps:
- name: build
pull: if-not-exists
image: xiaoqidun/goenv
image: golang:alpine
commands:
- chmod +x build.sh
- ./build.sh

View File

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