Browse Source

[tm-bench] update alpine version

pull/1943/head
Anton Kaliaev 7 years ago
parent
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. +1
    -0
      .gitignore
  2. +1
    -1
      tm-bench/Dockerfile
  3. +11
    -5
      tm-bench/glide.yaml

+ 1
- 0
.gitignore View File

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

+ 1
- 1
tm-bench/Dockerfile View File

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


+ 11
- 5
tm-bench/glide.yaml 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

Loading…
Cancel
Save