mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #213 from prymitive/dependabot/docker/golang-1.11.2-alpine
build(deps): bump golang from 1.11.1-alpine to 1.11.2-alpine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user