chore(deps): update golang docker tag to v1.12.0

This commit is contained in:
Renovate Bot
2019-02-27 07:05:35 +00:00
parent c0ac6b21b2
commit 7debec6976

View File

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