Skip to content

Commit 7ccb53b

Browse files
committed
chore: bump v2ray-plugin to v5.1.0
1 parent 24e4f2d commit 7ccb53b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
*.iml

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang:1.17-alpine AS golang
1+
FROM golang:1.19-alpine AS golang
22

3-
ENV V2RAY_PLUGIN_VERSION v4.44.0
3+
ENV V2RAY_PLUGIN_VERSION v5.1.0
44
ENV GO111MODULE on
55

66
# Build v2ray-plugin

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Dockerfile build an image for [shadowsocks-libev](https://github.com/shadow
44
**Tags:**
55
- latest
66
- shadowsocks-libev: v3.3.5
7-
- v2ray-plugin: v4.44.0
7+
- v2ray-plugin: v5.1.0
88
- nightly
99
- shadowsocks-libev: master branch
1010
- v2ray-plugin: master branch
@@ -18,7 +18,7 @@ Get the docker image by running the following commands:
1818
docker pull acrisliu/shadowsocks-libev
1919
```
2020

21-
Start a instance:
21+
Start an instance:
2222

2323
```bash
2424
docker run -d --name=shadowsocks-libev -p 8388:8388/tcp -p 8388:8388/udp --restart=always acrisliu/shadowsocks-libev
@@ -102,7 +102,6 @@ For more v2ray-plugin configrations please go to [v2ray plugin docs](https://git
102102
## With docker-compose
103103
docker-compose.yml:
104104
```yml
105-
version: "3.7"
106105
services:
107106
shadowsocks-libev:
108107
container_name: shadowsocks-libev

0 commit comments

Comments
 (0)