1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-15 20:03:18 +02:00

upgrade shadowsocks-libev to 2.4.5

This commit is contained in:
kev
2016-02-03 00:10:22 +08:00
parent 018264c6d2
commit 5b4732c901
3 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ $ mongo mongodb://myuser:Aedahwa7@localhost:27017/mydb
> exit
```
Read [this][2] for more help.
Read [this][2] and [this][3] for more help.
[1]: https://www.mongodb.org/
[2]: https://docs.mongodb.org/manual/tutorial/enable-authentication/
[3]: https://docs.mongodb.org/manual/reference/built-in-roles/

View File

@@ -5,7 +5,7 @@
FROM vimagick/alpine-arm
MAINTAINER kev <noreply@datageek.info>
ENV SS_VER 2.4.4
ENV SS_VER 2.4.5
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER
ENV SS_DEP autoconf build-base curl libtool linux-headers openssl-dev

View File

@@ -5,7 +5,7 @@
FROM alpine
MAINTAINER kev <noreply@datageek.info>
ENV SS_VER 2.4.4
ENV SS_VER 2.4.5
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER
ENV SS_DEP autoconf build-base curl libtool linux-headers openssl-dev