Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit ec47479

Browse files
authored
Update Dockerfile
1 parent 9d4672c commit ec47479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/node-afterburn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:6.11.2-alpine
22

33
RUN apk add --no-cache curl && \
44
curl -sfL \
5-
https://github.com/openfaas-incubator/of-watchdog/releases/download/0.0.3/of-watchdog > /usr/bin/fwatchdog && \
5+
https://github.com/openfaas-incubator/of-watchdog/releases/download/0.0.4/of-watchdog > /usr/bin/fwatchdog && \
66
chmod +x /usr/bin/fwatchdog
77

88
WORKDIR /root/

0 commit comments

Comments
 (0)