mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: update fn dependencies for go 1.10 (#856)
This commit is contained in:
committed by
Reed Allman
parent
70af65d35a
commit
7b5b091698
@@ -1,5 +1,5 @@
|
||||
# build stage
|
||||
FROM golang:1.9-alpine AS build-env
|
||||
FROM golang:1.10-alpine AS build-env
|
||||
RUN apk --no-cache add build-base git bzr mercurial gcc
|
||||
ENV D=/go/src/github.com/fnproject/fn
|
||||
ADD . $D
|
||||
|
||||
Reference in New Issue
Block a user