mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update golang docker tag to v1.14.0
This commit is contained in:
@@ -7,7 +7,7 @@ COPY Makefile /src/Makefile
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src ui
|
||||
|
||||
FROM golang:1.13.8-alpine3.11 as go-builder
|
||||
FROM golang:1.14.0-alpine3.11 as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY go.mod /src/go.mod
|
||||
|
||||
@@ -7,7 +7,7 @@ COPY Makefile /src/Makefile
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src ui
|
||||
|
||||
FROM golang:1.13.8-alpine3.11 as go-builder
|
||||
FROM golang:1.14.0-alpine3.11 as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY go.mod /src/go.mod
|
||||
|
||||
Reference in New Issue
Block a user