From 489d1a0906cca04fcf6337212d82ec74722efedf Mon Sep 17 00:00:00 2001 From: Nitishkumar Singh Date: Sun, 20 Feb 2022 18:10:48 +0530 Subject: [PATCH] incremented of-watchdog version to 0.9.3 Signed-off-by: Nitishkumar Singh --- template/java11-vert-x/Dockerfile | 2 +- template/java11/Dockerfile | 2 +- template/node12-debian/Dockerfile | 2 +- template/node12/Dockerfile | 2 +- template/node14/Dockerfile | 2 +- template/node16/Dockerfile | 2 +- template/node17/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/template/java11-vert-x/Dockerfile b/template/java11-vert-x/Dockerfile index 9a625e53..7d2d139d 100644 --- a/template/java11-vert-x/Dockerfile +++ b/template/java11-vert-x/Dockerfile @@ -28,7 +28,7 @@ COPY . /home/app/ RUN gradle build RUN find . -FROM ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM openjdk:11-jre-slim as ship RUN apt-get update -qqy \ && apt-get install -qqy \ diff --git a/template/java11/Dockerfile b/template/java11/Dockerfile index efe86fe6..ac27b4cd 100644 --- a/template/java11/Dockerfile +++ b/template/java11/Dockerfile @@ -28,7 +28,7 @@ COPY . /home/app/ RUN gradle build RUN find . -FROM ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM openjdk:11-jre-slim as ship RUN apt-get update -qqy \ diff --git a/template/node12-debian/Dockerfile b/template/node12-debian/Dockerfile index c1a439d9..096650c6 100644 --- a/template/node12-debian/Dockerfile +++ b/template/node12-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12 as ship ARG TARGETPLATFORM diff --git a/template/node12/Dockerfile b/template/node12/Dockerfile index b363fd35..c6c22ae3 100644 --- a/template/node12/Dockerfile +++ b/template/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship ARG TARGETPLATFORM diff --git a/template/node14/Dockerfile b/template/node14/Dockerfile index c88bdb51..6b092c02 100644 --- a/template/node14/Dockerfile +++ b/template/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} node:14-alpine as ship ARG TARGETPLATFORM diff --git a/template/node16/Dockerfile b/template/node16/Dockerfile index a5fbeaae..966bbfee 100644 --- a/template/node16/Dockerfile +++ b/template/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16-alpine as ship ARG TARGETPLATFORM diff --git a/template/node17/Dockerfile b/template/node17/Dockerfile index c43c3092..17338ba7 100644 --- a/template/node17/Dockerfile +++ b/template/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.2 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} node:17-alpine as ship ARG TARGETPLATFORM