[tm-bench] update alpine version

This commit is contained in:
Anton Kaliaev 2017-07-29 12:54:28 -04:00
parent 73ced040a3
commit 7ab861358a
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*/vendor
*/.glide

View File

@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6
WORKDIR /app
COPY tm-bench /app/tm-bench

View File

@ -1,16 +1,22 @@
package: github.com/tendermint/tools/tm-bench
import:
- package: github.com/go-kit/kit
subpackages:
- log/term
- package: github.com/gorilla/websocket
- package: github.com/pkg/errors
- package: github.com/rcrowley/go-metrics
- package: github.com/tendermint/go-rpc
version: develop
subpackages:
- client
- types
- package: github.com/tendermint/tendermint
subpackages:
- types
- package: github.com/tendermint/tmlibs
subpackages:
- log
- package: github.com/tendermint/tools
version: develop
subpackages:
- tm-monitor/monitor
- package: github.com/go-kit/kit
subpackages:
- log
- term