Skip to content

Commit 2912bf4

Browse files
committed
chore(release): bumped version to v2.0.18
1 parent 109c3a7 commit 2912bf4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ RUN git clone https://github.com/doreamon-design/clash-dashboard /build
3030

3131
WORKDIR /build
3232

33-
RUN yarn
33+
# RUN yarn
34+
35+
RUN npm i --legacy-peer-deps
3436

3537
RUN yarn build
3638

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package clash
22

33
// Version is the version of lighthouse
4-
var Version = "2.0.17"
4+
var Version = "2.0.18"

0 commit comments

Comments
 (0)