Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

renew #83

Open
wants to merge 5 commits into
base: core-3.8
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
- docker

before_install:
- docker build -t registry.heroku.com/"$HEROKU_APPNAME"/web .
- docker build -t registry.heroku.com/"$HEROKU_APPNAME"/web
- docker login -u "$HEROKU_EMAIL" -p "$HEROKU_APIKEY" registry.heroku.com
- docker push registry.heroku.com/"$HEROKU_APPNAME"/web
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ENV CONFIG_JSON1=none CONFIG_JSON2=none UUID=91cb66ba-a373-43a0-8169-33d4eeaeb857 CONFIG_JSON3=none CERT_PEM=none KEY_PEM=none VER=3.8
ENV CONFIG_JSON1=none CONFIG_JSON2=none UUID=84537d48-bb73-4fa4-ade5-15a5b68e8be7 CONFIG_JSON3=none CERT_PEM=none KEY_PEM=none VER=4.4

RUN apk add --no-cache --virtual .build-deps ca-certificates curl \
&& mkdir -m 777 /v2raybin \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
- Travis-CI https://docs.travis-ci.com/user/docker

## 建议使用heroku.yml部署 https://github.com/wangyi2005/v2ray-heroku

更新V2RAY内核为4.4