Skip to content

Commit

Permalink
Update watchdog version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksyngh committed Apr 22, 2019
1 parent b7c8438 commit 6446995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openfaas-ocr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3-alpine
RUN apk --no-cache \
add curl \
&& echo "Pulling watchdog binary from Github." \
&& curl -sSL https://github.com/openfaas/faas/releases/download/0.6.9/fwatchdog > /usr/bin/fwatchdog \
&& curl -sSL https://github.com/openfaas/faas/releases/download/0.13.0/fwatchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl --no-cache

Expand Down
2 changes: 1 addition & 1 deletion stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ functions:
openfaas-ocr:
lang: Dockerfile
handler: ./openfaas-ocr
image: viveksyngh/openfaas-ocr:0.2.0
image: viveksyngh/openfaas-ocr:0.3.0

0 comments on commit 6446995

Please sign in to comment.