From 054a40fc5758337507205142ed019439e30cc24b Mon Sep 17 00:00:00 2001 From: Channing Conger Date: Thu, 29 Aug 2019 17:24:15 -0700 Subject: [PATCH] Update of-watchdog to 0.7.1 You can see the changes of the releases since 0.5.3 at https://github.com/openfaas-incubator/of-watchdog/releases Signed-off-by: Channing Conger --- template/golang-http/Dockerfile | 2 +- template/golang-middleware/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/golang-http/Dockerfile b/template/golang-http/Dockerfile index a2725c7..bad8fc6 100644 --- a/template/golang-http/Dockerfile +++ b/template/golang-http/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.5.3 as watchdog +FROM openfaas/of-watchdog:0.7.1 as watchdog FROM golang:1.10.4-alpine3.8 as build ENV CGO_ENABLED=0 diff --git a/template/golang-middleware/Dockerfile b/template/golang-middleware/Dockerfile index 022324e..40bf6a7 100644 --- a/template/golang-middleware/Dockerfile +++ b/template/golang-middleware/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.5.3 as watchdog +FROM openfaas/of-watchdog:0.7.1 as watchdog FROM golang:1.11-alpine3.10 as build ENV CGO_ENABLED=0