File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} oven/bun:1.0-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY . /home/app/
27
27
28
28
RUN gradle build
29
29
30
- FROM ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
30
+ FROM ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
31
31
FROM openjdk:11-jre-slim as ship
32
32
33
33
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
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.14 as watchdog
31
+ FROM ghcr.io/openfaas/of-watchdog:0.9.15 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.14 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 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.14 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 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.14 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:17-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.14 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments