mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +08:00
feat(更新版本): 更新到1.16-rc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c37a7149c1
commit
19a1e20502
@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM golang:1.16beta1-buster
|
||||
FROM golang:1.16-rc-buster
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
@ -7,7 +7,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
# 安装编译工具链
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
build-essential mingw-w64 upx-ucl zip
|
||||
build-essential mingw-w64 upx-ucl file zip
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r21d /usr/local/android-ndk-r21d
|
||||
|
Loading…
x
Reference in New Issue
Block a user