feat(更新版本): 更新到1.24.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-02 10:49:08 +08:00
parent 3a386feeec
commit 73b7995128
3 changed files with 9 additions and 9 deletions

View File

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