mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +08:00
feat(更新镜像): 更新镜像到go1.15.4
This commit is contained in:
parent
eef0924e5e
commit
a7326a8222
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM golang:buster
|
||||
FROM golang:1.15.4-buster
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
|
Loading…
x
Reference in New Issue
Block a user