Update gateway to golang:1.10.4

Signed-off-by: Radoslav Dimitrov <rdimitrow@gmail.com>
This commit is contained in:
Radoslav Dimitrov
2018-12-05 12:45:51 +02:00
committed by Alex Ellis
parent 6ef5ef73cc
commit 350907aacd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.9.7 as build
FROM golang:1.10.4 as build
ARG GIT_COMMIT_SHA
ARG GIT_COMMIT_MESSAGE
ARG VERSION='dev'

View File

@ -1,4 +1,4 @@
FROM golang:1.9.7 as build
FROM golang:1.10.4 as build
WORKDIR /go/src/github.com/openfaas/faas/gateway
#RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.1/license-check > /usr/bin/license-check && chmod +x /usr/bin/license-check

View File

@ -1,4 +1,4 @@
FROM golang:1.9.7 as build
FROM golang:1.10.4 as build
WORKDIR /go/src/github.com/openfaas/faas/gateway