Update golang to 1.12 in warmer image

This commit is contained in:
Thao-Nguyen Do 2019-04-29 09:17:19 +02:00 committed by GitHub
parent e7fd0d4db5
commit 75e6c9b66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Builds the static Go image to execute in a Kubernetes job # 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 WORKDIR /go/src/github.com/GoogleContainerTools/kaniko
COPY . . COPY . .
RUN make out/warmer RUN make out/warmer