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

This commit is contained in:
2024-11-08 17:56:25 +08:00
parent 929bf8d314
commit 87b9d8a4a6
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.23.2-bookworm
FROM golang:1.23.3-bookworm
# 作者信息
LABEL authors="xiaoqidun"
@ -11,9 +11,9 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk
COPY android-ndk-r27 /usr/local/android-ndk-r27
COPY android-ndk-r27c /usr/local/android-ndk-r27c
# 环境变量
ENV PATH=$PATH:/usr/local/android-ndk-r27/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV PATH=$PATH:/usr/local/android-ndk-r27c/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.aite.xyz,direct