File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 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.6 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} oven/bun:1.0-alpine AS ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 11FROM ghcr.io/openfaas/classic-watchdog:0.3.1 AS watchdog
22
3- FROM alpine:3.20.3
3+ FROM alpine:3.21.2
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ WORKDIR /go/src/handler
3737RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} CGO_ENABLED=${CGO_ENABLED} \
3838 go build --ldflags "-s -w" -o handler .
3939
40- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.3 AS ship
40+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.2 AS ship
4141
4242RUN apk --no-cache add ca-certificates \
4343 && addgroup -S app && adduser -S -g app app
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.6 AS watchdog
30+ FROM ghcr.io/openfaas/of-watchdog:0.10.7 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.6 AS watchdog
31+ FROM ghcr.io/openfaas/of-watchdog:0.10.7 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.6 AS watchdog
32+ FROM ghcr.io/openfaas/of-watchdog:0.10.7 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.6 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 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.6 AS watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20-alpine AS ship
33
44ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments