Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jun 11, 2019
1 parent 83ce132 commit de43fa6
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.5
- SS_VER=3.3.0
- 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:3.8
MAINTAINER EasyPi Software Foundation

ENV SS_VER 3.2.5
ENV SS_VER 3.3.0
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.5
ENV SS_VER 3.3.0
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 de43fa6

Please sign in to comment.