mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +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
|
||||
|
@ -1,4 +1,7 @@
|
||||
FROM golang:1.10-alpine3.9 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 gcc musl-dev
|
||||
RUN curl -sLSf https://raw.githubusercontent.com/teamserverless/license-check/master/get.sh | sh \
|
||||
|
Reference in New Issue
Block a user