File tree 4 files changed +12
-16
lines changed
4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
- FROM openfaas/of-watchdog:0.7.2 as watchdog
2
-
3
-
4
- FROM golang:1.13.1-alpine3.10 as build
1
+ FROM openfaas/of-watchdog:0.7.3 as watchdog
2
+ FROM golang:1.13-alpine3.11 as build
5
3
6
4
RUN apk --no-cache add git
7
5
@@ -23,7 +21,7 @@ ARG GOPROXY=""
23
21
RUN go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
24
22
RUN go test handler/function/... -cover
25
23
26
- FROM alpine:3.10
24
+ FROM alpine:3.11
27
25
# Add non root user and certs
28
26
RUN apk --no-cache add ca-certificates \
29
27
&& addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change 1
- FROM openfaas/of-watchdog:0.7.2 as watchdog
2
-
3
- FROM golang:1.13.1-alpine3.10 as build
1
+ FROM openfaas/of-watchdog:0.7.3 as watchdog
2
+ FROM golang:1.13-alpine3.11 as build
4
3
5
4
RUN apk --no-cache add git
6
5
@@ -24,7 +23,7 @@ ARG GOPROXY=""
24
23
RUN go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
25
24
RUN go test handler/function/... -cover
26
25
27
- FROM alpine:3.10
26
+ FROM alpine:3.11
28
27
# Add non root user and certs
29
28
RUN apk --no-cache add ca-certificates \
30
29
&& addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change 1
- FROM openfaas/of-watchdog:0.7.2 as watchdog
2
- FROM golang:1.13.1 -alpine3.10 as build
1
+ FROM openfaas/of-watchdog:0.7.3 as watchdog
2
+ FROM golang:1.13-alpine3.11 as build
3
3
4
4
RUN apk --no-cache add git
5
5
@@ -21,7 +21,7 @@ ARG GOPROXY=""
21
21
RUN go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
22
22
RUN go test handler/function/... -cover
23
23
24
- FROM alpine:3.10
24
+ FROM alpine:3.11
25
25
# Add non root user and certs
26
26
RUN apk --no-cache add ca-certificates \
27
27
&& addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change 1
- FROM openfaas/of-watchdog:0.7.2 as watchdog
2
-
3
- FROM golang:1.13.1-alpine3.10 as build
1
+ FROM openfaas/of-watchdog:0.7.3 as watchdog
2
+ FROM golang:1.13-alpine3.11 as build
4
3
5
4
RUN apk --no-cache add git
6
5
@@ -22,7 +21,7 @@ ARG GOPROXY=""
22
21
RUN go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
23
22
RUN go test handler/function/... -cover
24
23
25
- FROM alpine:3.10
24
+ FROM alpine:3.11
26
25
# Add non root user and certs
27
26
RUN apk --no-cache add ca-certificates \
28
27
&& addgroup -S app && adduser -S -g app app \
You can’t perform that action at this time.
0 commit comments