1
0

Update build stage to golang 1.11 (#487)

This commit is contained in:
Nicolas Duchon 2018-12-26 14:51:31 +01:00 committed by GitHub
parent f3809e1e12
commit 6a90d53c97
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM golang:1.10-alpine AS go-builder
FROM golang:1.11-alpine AS go-builder
ENV DOCKER_GEN_VERSION=0.7.4