fix(ci,release): Use existent base image for docker builds
This commit is contained in:
parent
d93ec77ea3
commit
f74963f4b6
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.12.1-alpine3.8 as builder
|
FROM golang:1.12.4-alpine3.9 as builder
|
||||||
|
|
||||||
RUN apk add --no-cache make git
|
RUN apk add --no-cache make git
|
||||||
WORKDIR /go/src/github.com/roboll/helmfile/
|
WORKDIR /go/src/github.com/roboll/helmfile/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue