We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74a10b commit 9fb2f72Copy full SHA for 9fb2f72
.travis.yml
@@ -9,7 +9,7 @@ services:
9
10
env:
11
global:
12
- - SS_VER=3.1.3
+ - SS_VER=3.2.0
13
- SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64.deb
14
matrix:
15
- URL=https://www.facebook.com/
Dockerfile
@@ -5,7 +5,7 @@
5
FROM alpine
6
MAINTAINER EasyPi Software Foundation
7
8
-ENV SS_VER 3.1.3
+ENV SS_VER 3.2.0
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER
Dockerfile.arm
FROM easypi/alpine-arm:build
0 commit comments