Update golang to 1.12 in warmer image
This commit is contained in:
parent
e7fd0d4db5
commit
75e6c9b66c
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
# Builds the static Go image to execute in a Kubernetes job
|
||||
|
||||
FROM golang:1.10
|
||||
FROM golang:1.12
|
||||
WORKDIR /go/src/github.com/GoogleContainerTools/kaniko
|
||||
COPY . .
|
||||
RUN make out/warmer
|
||||
|
|
|
|||
Loading…
Reference in New Issue