Skip to content

Commit

Permalink
use of watchdog 0.9.3 to suppress custom health check logs
Browse files Browse the repository at this point in the history
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
  • Loading branch information
nitishkumar71 authored and alexellis committed Jun 2, 2022
1 parent 152f0bc commit f93d2eb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion template/python27-flask/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM python:2.7-alpine

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Expand Down
2 changes: 1 addition & 1 deletion template/python3-flask-armhf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM armhf/python:3.6-alpine

ARG ADDITIONAL_PACKAGE
Expand Down
2 changes: 1 addition & 1 deletion template/python3-flask-debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM python:3.7-slim-buster

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Expand Down
2 changes: 1 addition & 1 deletion template/python3-flask/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM python:3.7-alpine

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Expand Down
2 changes: 1 addition & 1 deletion template/python3-http-armhf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM armhf/python:3.6-alpine

ARG ADDITIONAL_PACKAGE
Expand Down
2 changes: 1 addition & 1 deletion template/python3-http-debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM python:3.7-slim-buster

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Expand Down
2 changes: 1 addition & 1 deletion template/python3-http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openfaas/of-watchdog:0.7.7 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM python:3.7-alpine

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Expand Down

0 comments on commit f93d2eb

Please sign in to comment.