Skip to content

Commit

Permalink
Update of-watchdog to 0.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
  • Loading branch information
welteki authored and alexellis committed Jun 2, 2022
1 parent f93d2eb commit 9223d15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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 ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
FROM python:3.7-alpine

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

0 comments on commit 9223d15

Please sign in to comment.