File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN .teamcity/install-cloudflare-go.sh
22
22
RUN PATH="/tmp/go/bin:$PATH" make cloudflared
23
23
24
24
# use a distroless base image with glibc
25
- FROM gcr.io/distroless/base-debian11 :nonroot
25
+ FROM gcr.io/distroless/base-debian12 :nonroot
26
26
27
27
LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
28
28
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN .teamcity/install-cloudflare-go.sh
17
17
RUN GOOS=linux GOARCH=amd64 PATH="/tmp/go/bin:$PATH" make cloudflared
18
18
19
19
# use a distroless base image with glibc
20
- FROM gcr.io/distroless/base-debian11 :nonroot
20
+ FROM gcr.io/distroless/base-debian12 :nonroot
21
21
22
22
LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN .teamcity/install-cloudflare-go.sh
17
17
RUN GOOS=linux GOARCH=arm64 PATH="/tmp/go/bin:$PATH" make cloudflared
18
18
19
19
# use a distroless base image with glibc
20
- FROM gcr.io/distroless/base-debian11 :nonroot-arm64
20
+ FROM gcr.io/distroless/base-debian12 :nonroot-arm64
21
21
22
22
LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
23
23
You can’t perform that action at this time.
0 commit comments