Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Nov 16, 2024
1 parent b94bb20 commit 1492b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/build-from-source.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: material/file-code

## :material-graph: 要求

* Go 1.21.x
* Go 1.23.x

您可以从 https://go.dev/doc/install 下载并安装 Go,推荐使用最新版本。

Expand Down

0 comments on commit 1492b47

Please sign in to comment.