Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Nov 30, 2018
1 parent 9fb2f72 commit f739eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

env:
global:
- SS_VER=3.2.0
- SS_VER=3.2.3
- SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64.deb
matrix:
- URL=https://www.facebook.com/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM alpine
MAINTAINER EasyPi Software Foundation

ENV SS_VER 3.2.0
ENV SS_VER 3.2.3
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM easypi/alpine-arm:build
MAINTAINER EasyPi Software Foundation

ENV SS_VER 3.2.0
ENV SS_VER 3.2.3
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER

Expand Down

0 comments on commit f739eff

Please sign in to comment.