forked from mirror/serenity
Fix docker build
This commit is contained in:
parent
b94bb20249
commit
1492b474cd
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -6,7 +6,7 @@ icon: material/file-code
|
||||
|
||||
## :material-graph: 要求
|
||||
|
||||
* Go 1.21.x
|
||||
* Go 1.23.x
|
||||
|
||||
您可以从 https://go.dev/doc/install 下载并安装 Go,推荐使用最新版本。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user