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
2222RUN PATH="/tmp/go/bin:$PATH" make cloudflared
2323
2424# use a distroless base image with glibc
25- FROM gcr.io/distroless/base-debian11 :nonroot
25+ FROM gcr.io/distroless/base-debian12 :nonroot
2626
2727LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
2828
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN .teamcity/install-cloudflare-go.sh
1717RUN GOOS=linux GOARCH=amd64 PATH="/tmp/go/bin:$PATH" make cloudflared
1818
1919# use a distroless base image with glibc
20- FROM gcr.io/distroless/base-debian11 :nonroot
20+ FROM gcr.io/distroless/base-debian12 :nonroot
2121
2222LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN .teamcity/install-cloudflare-go.sh
1717RUN GOOS=linux GOARCH=arm64 PATH="/tmp/go/bin:$PATH" make cloudflared
1818
1919# 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
2121
2222LABEL org.opencontainers.image.source="https://github.com/cloudflare/cloudflared"
2323
You can’t perform that action at this time.
0 commit comments