File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM openfaas/of-watchdog:0.5.3 as watchdog
2
- FROM golang:1.10.4 -alpine3.8 as build
2
+ FROM golang:1.11 -alpine3.10 as build
3
3
4
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
5
5
RUN chmod +x /usr/bin/fwatchdog
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
15
15
go build --ldflags "-s -w" -a -installsuffix cgo -o handler . && \
16
16
go test $(go list ./... | grep -v /vendor/) -cover
17
17
18
- FROM alpine:3.8
18
+ FROM alpine:3.10
19
19
# Add non root user and certs
20
20
RUN apk --no-cache add ca-certificates \
21
21
&& addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
15
15
go build --ldflags "-s -w" -a -installsuffix cgo -o handler . && \
16
16
go test $(go list ./... | grep -v /vendor/) -cover
17
17
18
- FROM alpine:3.8
18
+ FROM alpine:3.10
19
19
# Add non root user and certs
20
20
RUN apk --no-cache add ca-certificates \
21
21
&& addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change 1
1
FROM openfaas/of-watchdog:0.5.3 as watchdog
2
- FROM golang:1.10.4 -alpine3.8 as build
2
+ FROM golang:1.11 -alpine3.10 as build
3
3
4
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
5
5
RUN chmod +x /usr/bin/fwatchdog
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
15
15
go build --ldflags "-s -w" -a -installsuffix cgo -o handler . && \
16
16
go test $(go list ./... | grep -v /vendor/) -cover
17
17
18
- FROM alpine:3.8
18
+ FROM alpine:3.10
19
19
# Add non root user and certs
20
20
RUN apk --no-cache add ca-certificates \
21
21
&& addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change 1
1
FROM openfaas/of-watchdog:0.5.3 as watchdog
2
- FROM golang:1.10.4 -alpine3.8 as build
2
+ FROM golang:1.11 -alpine3.10 as build
3
3
4
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
5
5
RUN chmod +x /usr/bin/fwatchdog
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
15
15
go build --ldflags "-s -w" -a -installsuffix cgo -o handler . && \
16
16
go test $(go list ./... | grep -v /vendor/) -cover
17
17
18
- FROM alpine:3.8
18
+ FROM alpine:3.10
19
19
# Add non root user and certs
20
20
RUN apk --no-cache add ca-certificates \
21
21
&& addgroup -S app && adduser -S -g app app \
You can’t perform that action at this time.
0 commit comments