fix(ci,release): Use existent base image for docker builds

This commit is contained in:
Yusuke KUOKA 2019-04-13 22:01:36 +09:00
parent d93ec77ea3
commit f74963f4b6
1 changed files with 1 additions and 1 deletions

View File

@ -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
WORKDIR /go/src/github.com/roboll/helmfile/