Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
bump of-watchdog version to 0.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Omri Shtamberger <omrishtam@gmail.com>
  • Loading branch information
omrishtam authored and alexellis committed Dec 29, 2018
1 parent bb7d4d7 commit 867c6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/node8-express-armhf/Dockerfile
Expand Up @@ -5,7 +5,7 @@ RUN addgroup -S app && adduser -S -g app app
# Alternatively use ADD https:// (which will not be cached by Docker builder)
RUN apk --no-cache add curl ca-certificates \
&& echo "Pulling watchdog binary from Github." \
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog-armhf > /usr/bin/fwatchdog \
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog-armhf > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl

Expand Down
2 changes: 1 addition & 1 deletion template/node8-express/Dockerfile
Expand Up @@ -5,7 +5,7 @@ RUN addgroup -S app && adduser -S -g app app
# Alternatively use ADD https:// (which will not be cached by Docker builder)
RUN apk --no-cache add curl ca-certificates \
&& echo "Pulling watchdog binary from Github." \
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog > /usr/bin/fwatchdog \
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl

Expand Down

0 comments on commit 867c6c4

Please sign in to comment.