diff --git a/.travis.yml b/.travis.yml index 3b53278da..03928c1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ defaults_go: &DEFAULTS_GO language: go - go: "1.10" + go: "1.10.1" cache: directories: - vendor diff --git a/Dockerfile b/Dockerfile index 076ea0ffc..9c603a8bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN apk add --update make git COPY . /unsee RUN make -C /unsee webpack -FROM golang:1.10-alpine as go-builder +FROM golang:1.10.1-alpine as go-builder COPY --from=nodejs-builder /unsee /go/src/github.com/cloudflare/unsee ARG VERSION RUN apk add --update make git