File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . /home/app/
28
28
RUN gradle build
29
29
RUN find .
30
30
31
- FROM ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
31
+ FROM ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
32
32
FROM openjdk:11-jre-slim as ship
33
33
RUN apt-get update -qqy \
34
34
&& apt-get install -qqy \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . /home/app/
28
28
RUN gradle build
29
29
RUN find .
30
30
31
- FROM ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
31
+ FROM ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
32
32
33
33
FROM openjdk:11-jre-slim as ship
34
34
RUN apt-get update -qqy \
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12 as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:14-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:17-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments