File tree 10 files changed +10
-10
lines changed
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
6
6
RUN chmod +x /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.16
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN mkdir -p bin
26
26
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} CGO_ENABLED=${CGO_ENABLED} \
27
27
go build --ldflags "-s -w" -a -installsuffix cgo -o bin/hey .
28
28
29
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
29
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
30
30
RUN apk --no-cache add ca-certificates \
31
31
&& addgroup -S app && adduser -S -g app app \
32
32
&& mkdir -p /home/app \
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.4 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1
4
4
5
5
RUN mkdir -p /home/app
6
6
Original file line number Diff line number Diff line change 1
1
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.2 as watchdog
2
2
3
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.17.3 as ship
3
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1 as ship
4
4
5
5
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
6
6
RUN chmod +x /usr/bin/fwatchdog
You can’t perform that action at this time.
0 commit comments