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 ecd336a commit 83ce132Copy full SHA for 83ce132
.travis.yml
@@ -9,7 +9,7 @@ services:
9
10
env:
11
global:
12
- - SS_VER=3.2.4
+ - SS_VER=3.2.5
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:3.8
6
MAINTAINER EasyPi Software Foundation
7
8
-ENV SS_VER 3.2.4
+ENV SS_VER 3.2.5
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