feat(升级版本): 升级版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2022-12-07 14:47:47 +08:00
parent 3e0434781a
commit beca7e7d40

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.19.3-bullseye
FROM golang:1.19.4-bullseye
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
@ -8,7 +8,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \
iproute2 upx-ucl strace lsof htop tmux file zip
iproute2 upx-ucl strace lsof htop tmux file zip git
# 安装android ndk
COPY android-ndk-r25b /usr/local/android-ndk-r25b