feat(更新镜像): 更新镜像
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-22 23:01:47 +08:00
parent 29ef0d38de
commit 5adf05c471
4 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# 基础镜像
FROM golang:1.22.4-bookworm
FROM golang:1.23rc1-bookworm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
LABEL authors="xiaoqidun"
# 安装编译工具链
RUN apt-get update \