File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11FROM openfaas/of-watchdog:0.5.3 as watchdog
22FROM golang:1.11-alpine3.10 as build
33
4+ ENV CGO_ENABLED=0
5+
46COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
57RUN chmod +x /usr/bin/fwatchdog
68
Original file line number Diff line number Diff line change 11FROM openfaas/of-watchdog:0.5.3 as watchdog
22FROM golang:1.10.4-alpine3.8 as build
33
4+ ENV CGO_ENABLED=0
5+
46COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
57RUN chmod +x /usr/bin/fwatchdog
68
Original file line number Diff line number Diff line change 11FROM openfaas/of-watchdog:0.5.3 as watchdog
22FROM golang:1.11-alpine3.10 as build
33
4+ ENV CGO_ENABLED=0
5+
46COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
57RUN chmod +x /usr/bin/fwatchdog
68
Original file line number Diff line number Diff line change 11FROM openfaas/of-watchdog:0.5.3 as watchdog
22FROM golang:1.11-alpine3.10 as build
33
4+ ENV CGO_ENABLED=0
5+
46COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
57RUN chmod +x /usr/bin/fwatchdog
68
You can’t perform that action at this time.
0 commit comments