mirror of
https://github.com/7836246/cursor2api.git
synced 2026-06-04 04:49:33 +08:00
Merge pull request #1 from LargeCupPanda/master
fix(docker): update Go version to 1.24 for compatibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 构建阶段
|
||||
FROM golang:1.21-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user