Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 5, 2023
1 parent 4921893 commit 3d9e225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ RUN git clone https://github.com/doreamon-design/clash-dashboard /build
WORKDIR /build

RUN yarn
# RUN npm i --legacy-peer-deps

RUN NODE_OPTIONS="--openssl-legacy-provider" yarn build
RUN yarn build

# RUN npm i --legacy-peer-deps
# RUN NODE_OPTIONS="--openssl-legacy-provider" yarn build

FROM whatwewant/alpine:v3.17-1

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package clash

// Version is the version of lighthouse
var Version = "2.0.22"
var Version = "2.0.23"

0 comments on commit 3d9e225

Please sign in to comment.