Skip to content
Snippets Groups Projects
Commit 76526b0b authored by Alex Ellis's avatar Alex Ellis
Browse files

Bump LTS Go version


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent fdc7f08b
No related branches found
No related tags found
No related merge requests found
FROM golang:1.8.5 as build
FROM golang:1.9.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
......@@ -32,8 +32,6 @@ EXPOSE 8080
ENV http_proxy ""
ENV https_proxy ""
COPY --from=build /go/src/github.com/openfaas/faas/gateway/gateway .
COPY assets assets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment