commit
c7d34b54aa
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ It supports several backends ([Docker :whale:](https://www.docker.com/), [Mesos/
|
||||||
- SSL frontend support
|
- SSL frontend support
|
||||||
- Clean AngularJS Web UI
|
- Clean AngularJS Web UI
|
||||||
- Websocket support
|
- Websocket support
|
||||||
|
- HTTP/2 support
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.5.3
|
FROM golang:1.6
|
||||||
|
|
||||||
RUN go get github.com/Masterminds/glide
|
RUN go get github.com/Masterminds/glide
|
||||||
RUN go get github.com/mitchellh/gox
|
RUN go get github.com/mitchellh/gox
|
||||||
|
|
Loading…
Reference in a new issue