From 88409e22e3bd643ea8f75d4bea90f32a9128177a Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 20 Oct 2022 12:24:17 +0100 Subject: [PATCH] Update to of-watchdog 0.9.9 for custom readiness in functions Enables support for functions to provide their own readiness Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- 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 aa3edd3..d1a1785 100644 --- a/template/golang-http/Dockerfile +++ b/template/golang-http/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.8 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18-alpine3.16 as build ARG TARGETPLATFORM diff --git a/template/golang-middleware/Dockerfile b/template/golang-middleware/Dockerfile index 960d8a9..96d3e3f 100644 --- a/template/golang-middleware/Dockerfile +++ b/template/golang-middleware/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.8 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18-alpine3.16 as build ARG TARGETPLATFORM