diff --git a/.travis.yml b/.travis.yml index c09a6c9b0..a7fc1f493 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ defaults_go: &DEFAULTS_GO language: go - go: "1.10.1" + go: "1.10.2" cache: directories: - vendor diff --git a/Dockerfile b/Dockerfile index d6b2e1638..47da101cd 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.1-alpine as go-builder +FROM golang:1.10.2-alpine as go-builder COPY --from=nodejs-builder /unsee /go/src/github.com/prymitive/unsee ARG VERSION RUN apk add --update make git