feat(升级版本): 升级版本
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
xiaoqidun 2024-07-16 23:47:48 +08:00
parent 5adf05c471
commit e7736b345f
2 changed files with 4 additions and 4 deletions

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.23rc1-bookworm
FROM golang:1.23rc2-bookworm
# 作者信息
LABEL authors="xiaoqidun"
@ -10,7 +10,7 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debi
# 安装编译工具链
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \
build-essential mingw-w64 upx-ucl \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.23rc1-bookworm
FROM golang:1.23rc2-bookworm
# 作者信息
LABEL authors="xiaoqidun"
@ -7,7 +7,7 @@ LABEL authors="xiaoqidun"
# 安装编译工具链
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \
build-essential mingw-w64 upx-ucl \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk