Skip to content

Commit 9223d15

Browse files
weltekialexellis
authored andcommitted
Update of-watchdog to 0.9.6
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
1 parent f93d2eb commit 9223d15

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

template/python3-flask-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
22
FROM armhf/python:3.6-alpine
33

44
ARG ADDITIONAL_PACKAGE

template/python3-flask-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
22
FROM python:3.7-slim-buster
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
22
FROM python:3.7-alpine
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-http-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
22
FROM armhf/python:3.6-alpine
33

44
ARG ADDITIONAL_PACKAGE

template/python3-http-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
22
FROM python:3.7-slim-buster
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog
22
FROM python:3.7-alpine
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

0 commit comments

Comments
 (0)