File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/openfaas/classic-watchdog:0.3.3 AS watchdog
1+ FROM ghcr.io/openfaas/classic-watchdog:0.3.4 AS watchdog
22
3- FROM alpine:3.21.3
3+ FROM alpine:3.22.1
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY . /home/app/
2727
2828RUN gradle build
2929
30- FROM ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
30+ FROM ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
3131FROM openjdk:11-jre-slim AS ship
3232
3333COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . /home/app/
2828RUN gradle build
2929RUN find .
3030
31- FROM ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
31+ FROM ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
3232
3333FROM openjdk:11-jre-slim AS ship
3434RUN apt-get update -qqy \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ COPY . /home/app/
2929RUN gradle build --debug
3030RUN find .
3131
32- FROM ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
32+ FROM ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
3333
3434FROM openjdk:17-slim AS ship
3535RUN 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.9 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18-alpine AS ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20-alpine AS ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.9 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:22-alpine AS ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 11ARG TARGETPLATFORM
22ARG BUILDPLATFORM
33
4- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.2 AS watchdog
4+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.4 AS watchdog
55
66# start with the official Composer image and name it
77FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:1 AS composer
Original file line number Diff line number Diff line change 11ARG TARGETPLATFORM
22ARG BUILDPLATFORM
33
4- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.2 AS watchdog
4+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.4 AS watchdog
55
66# start with the official Composer image and name it
77FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:latest AS composer
You can’t perform that action at this time.
0 commit comments