build(deps): bump golang from 1.11.1-alpine to 1.11.2-alpine in /demo

Bumps golang from 1.11.1-alpine to 1.11.2-alpine.

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-11-03 11:03:50 +00:00
parent 1556769191
commit 0e1df51d8c

View File

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