Bump versions

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2019-08-22 15:44:15 +01:00
parent 2b92ee6e7b
commit cdfa01208d
7 changed files with 14 additions and 7 deletions

View File

@ -1,4 +1,5 @@
FROM golang:1.10-alpine3.9 as build
FROM golang:1.11-alpine3.10 as build
ENV CGO_ENABLED=0
RUN apk add --no-cache curl ca-certificates
RUN curl -sLSf https://raw.githubusercontent.com/teamserverless/license-check/master/get.sh | sh \