From 109c3a7139656b15e5a5917fb14400cacd257f8f Mon Sep 17 00:00:00 2001 From: Zero Date: Sat, 4 Nov 2023 23:23:01 +0800 Subject: [PATCH] chore(release): bumped version to v2.0.17 --- Dockerfile | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04e37df6ad..da56011d8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 \ -ldflags '-w -s -buildid=' \ -v -o /clash ./cmd/clash -FROM whatwewant/builder-node:v20-1 as builder-ui +FROM --platform=${BUILDPLATFORM} whatwewant/builder-node:v20-1 as builder-ui RUN git clone https://github.com/doreamon-design/clash-dashboard /build diff --git a/version.go b/version.go index 537820a74d..254139f669 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package clash // Version is the version of lighthouse -var Version = "2.0.16" +var Version = "2.0.17"