mirror of
https://github.com/openfaas/faas.git
synced 2025-06-30 02:33:29 +00:00
Update Golang versions to 1.12
Tested with local Docker build for each component. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
FROM golang:1.11-alpine3.10 as build
|
||||
FROM golang:1.12-alpine3.11 as build
|
||||
|
||||
ENV GO111MODULE=off
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
RUN apk add --no-cache curl ca-certificates
|
||||
|
Reference in New Issue
Block a user