File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.9.7
1
+ FROM golang:1.10
2
2
3
3
RUN mkdir -p /go/src/github.com/openfaas/faas-netes/
4
4
@@ -18,7 +18,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
18
18
-X github.com/openfaas/faas-netes/version.Version=${VERSION}" \
19
19
-a -installsuffix cgo -o faas-netes .
20
20
21
- FROM alpine:3.7
21
+ FROM alpine:3.8
22
22
23
23
LABEL org.label-schema.license="MIT" \
24
24
org.label-schema.vcs-url="https://github.com/openfaas/faas-netes" \
Original file line number Diff line number Diff line change 1
- FROM golang:1.9.7 as build
1
+ FROM golang:1.10 as build
2
2
ENV GOPATH=/go/
3
3
RUN mkdir -p /go/src/github.com/openfaas/faas-netes/
4
4
@@ -15,7 +15,7 @@ RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
15
15
-a -installsuffix cgo -o faas-netes .
16
16
17
17
18
- FROM alpine:3.7
18
+ FROM alpine:3.8
19
19
RUN apk --no-cache add ca-certificates
20
20
WORKDIR /root/
21
21
Original file line number Diff line number Diff line change 1
- FROM golang:1.9.7 as build
1
+ FROM golang:1.10 as build
2
2
3
3
RUN mkdir -p /go/src/github.com/openfaas/faas-netes/
4
4
@@ -13,7 +13,7 @@ RUN VERSION=$(git describe --all --exact-match `git rev-parse HEAD` | grep tags
13
13
-X github.com/openfaas/faas-netes/version.Version=${VERSION}" \
14
14
-a -installsuffix cgo -o faas-netes .
15
15
16
- FROM alpine:3.7 as ship
16
+ FROM alpine:3.8 as ship
17
17
18
18
RUN apk --no-cache add ca-certificates
19
19
WORKDIR /root/
You can’t perform that action at this time.
0 commit comments