Fix docker build

This commit is contained in:
世界 2024-11-16 20:29:07 +08:00
parent b94bb20249
commit 1492b474cd
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
LABEL maintainer="nekohasekai <contact-git@sekai.icu>"
COPY . /go/src/github.com/sagernet/serenity
WORKDIR /go/src/github.com/sagernet/serenity

View File

@ -6,7 +6,7 @@ icon: material/file-code
## :material-graph: Requirements
* Go 1.21.x
* Go 1.23.x
You can download and install Go from: https://go.dev/doc/install, latest version is recommended.

View File

@ -6,7 +6,7 @@ icon: material/file-code
## :material-graph: 要求
* Go 1.21.x
* Go 1.23.x
您可以从 https://go.dev/doc/install 下载并安装 Go推荐使用最新版本。