mirror of
https://github.com/openfaas/faas.git
synced 2025-06-11 09:46:48 +00:00
Bump go version to 1.8.5
Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
parent
1e3f3d4249
commit
00bb13cccd
@ -1,4 +1,4 @@
|
||||
FROM golang:1.8.3 as build
|
||||
FROM golang:1.8.5 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.8.3
|
||||
FROM golang:1.8.5
|
||||
RUN mkdir -p /go/src/github.com/openfaas/faas/watchdog
|
||||
WORKDIR /go/src/github.com/openfaas/faas/watchdog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user