diff --git a/template/csharp/Dockerfile b/template/csharp/Dockerfile index f2618924..e512905d 100644 --- a/template/csharp/Dockerfile +++ b/template/csharp/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as builder diff --git a/template/dockerfile/function/Dockerfile b/template/dockerfile/function/Dockerfile index 009533df..bb14fd2f 100644 --- a/template/dockerfile/function/Dockerfile +++ b/template/dockerfile/function/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM alpine:3.12 diff --git a/template/go/Dockerfile b/template/go/Dockerfile index 619a1a40..7ef73f04 100644 --- a/template/go/Dockerfile +++ b/template/go/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.13-alpine3.12 as builder # Required to enable Go modules diff --git a/template/node/Dockerfile b/template/node/Dockerfile index 90eb2632..244cc1c5 100644 --- a/template/node/Dockerfile +++ b/template/node/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12.13.0-alpine as ship COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/php7/Dockerfile b/template/php7/Dockerfile index b5786518..7854e764 100644 --- a/template/php7/Dockerfile +++ b/template/php7/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog # start with the official Composer image and name it FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:1.7 AS composer diff --git a/template/python/Dockerfile b/template/python/Dockerfile index a987aed1..60e3ff24 100644 --- a/template/python/Dockerfile +++ b/template/python/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:2.7-alpine diff --git a/template/python3-debian/Dockerfile b/template/python3-debian/Dockerfile index 658a3251..2ad28355 100644 --- a/template/python3-debian/Dockerfile +++ b/template/python3-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3 # Allows you to add additional packages via build-arg diff --git a/template/python3/Dockerfile b/template/python3/Dockerfile index cf8687e9..12d1072d 100644 --- a/template/python3/Dockerfile +++ b/template/python3/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3-alpine diff --git a/template/ruby/Dockerfile b/template/ruby/Dockerfile index c7484545..91859698 100644 --- a/template/ruby/Dockerfile +++ b/template/ruby/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} ruby:alpine