Add timeouts to http server

This commit is contained in:
Marcos Lilljedahl
2017-06-02 16:16:45 -03:00
parent db1c06a99f
commit af197ce7c5
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.8
# Copy the runtime dockerfile into the context as Dockerfile
COPY Dockerfile.run /go/bin/Dockerfile