fix: 升级 Go 版本至 1.24,修复 .env 特殊字符转义

This commit is contained in:
2026-06-26 00:05:32 +08:00
parent 717d2c70be
commit 632069216d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.24-alpine AS builder
# 使用国内镜像源加速 apk
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories