Bump Go version to 1.12 (#1290)

This commit is contained in:
Ta-Ching Chen
2019-08-28 13:47:40 +08:00
committed by GitHub
parent 1040a0d7e9
commit e762471d78
6 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM alpine:3.10 as base
RUN apk add --update ca-certificates
FROM golang:1.11-alpine as builder
FROM golang:1.12-alpine as builder
RUN apk add bash ca-certificates git gcc g++ libc-dev
ARG GOPKG=github.com/fission/fission