Skip to content

Commit def2e93

Browse files
committed
chore(release): bumped version to v2.0.19
1 parent 2912bf4 commit def2e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ WORKDIR /build
3434

3535
RUN npm i --legacy-peer-deps
3636

37-
RUN yarn build
37+
RUN NODE_OPTIONS="--openssl-legacy-provider" yarn build
3838

3939
FROM whatwewant/alpine:v3.17-1
4040

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.18"
4+
var Version = "2.0.19"

0 commit comments

Comments
 (0)