File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 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.10.4 AS watchdog
30
+ FROM ghcr.io/openfaas/of-watchdog:0.10.5 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.10.4 AS watchdog
31
+ FROM ghcr.io/openfaas/of-watchdog:0.10.5 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.10.4 AS watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 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.10.4 AS watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 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.10.4 AS watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 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.10.4 AS watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 AS watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18-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.10.4 AS watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 AS watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20-alpine AS ship
3
3
4
4
ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments