Merge pull request #101 from prymitive/dependabot/docker/demo/golang-1.11.1-alpine

build(deps): bump golang from 1.11.0-alpine to 1.11.1-alpine in /demo
This commit is contained in:
Łukasz Mierzwa
2018-10-02 19:58:59 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ RUN apk add --update make git
COPY . /karma
RUN make -C /karma ui
FROM golang:1.11.0-alpine as go-builder
FROM golang:1.11.1-alpine as go-builder
COPY --from=nodejs-builder /karma /go/src/github.com/prymitive/karma
ARG VERSION
RUN apk add --update make git