File tree Expand file tree Collapse file tree 11 files changed +21
-21
lines changed Expand file tree Collapse file tree 11 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
66RUN chmod +x /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16-alpine as builder
33
44ARG TARGETPLATFORM
@@ -26,7 +26,7 @@ RUN mkdir -p bin
2626RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} CGO_ENABLED=${CGO_ENABLED} \
2727 go build --ldflags "-s -w" -a -installsuffix cgo -o bin/hey .
2828
29- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
29+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
3030RUN apk --no-cache add ca-certificates \
3131 && addgroup -S app && adduser -S -g app app \
3232 && mkdir -p /home/app \
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3.11
33
44RUN mkdir -p /home/app
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.3 as watchdog
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.3
44
55RUN mkdir -p /home/app
66
You can’t perform that action at this time.
0 commit comments