Skip to content

Commit 56d1852

Browse files
build: bump the version of debian (#747)
* build: bump the version of debian * bump: envoy version
1 parent 95fa895 commit 56d1852

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# prebuilt binaries in any other form.
1212
#
1313
ARG GOLANG_VERSION
14-
FROM envoyproxy/envoy-distroless:v1.33.0 as envoy-binary
14+
FROM envoyproxy/envoy-distroless:v1.33.3 as envoy-binary
1515

1616
# Modify the envoy binary to be able to bind to privileged ports (< 1024).
17-
FROM debian:bullseye-slim AS setcap-envoy-binary
17+
FROM debian:bookworm-slim AS setcap-envoy-binary
1818

1919
ARG BIN_NAME=consul-dataplane
2020
ARG TARGETARCH
@@ -30,7 +30,7 @@ RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
3030
FROM hashicorp/envoy-fips:1.33.0-fips1402 as envoy-fips-binary
3131

3232
# Modify the envoy-fips binary to be able to bind to privileged ports (< 1024).
33-
FROM debian:bullseye-slim AS setcap-envoy-fips-binary
33+
FROM debian:bookworm-slim AS setcap-envoy-fips-binary
3434

3535
ARG BIN_NAME=consul-dataplane
3636
ARG TARGETARCH
@@ -56,7 +56,7 @@ RUN apk add dumb-init
5656

5757
# release-default release image
5858
# -----------------------------------
59-
FROM gcr.io/distroless/base-debian11 AS release-default
59+
FROM gcr.io/distroless/base-debian12 AS release-default
6060

6161
ARG BIN_NAME=consul-dataplane
6262
ENV BIN_NAME=$BIN_NAME
@@ -91,7 +91,7 @@ ENTRYPOINT ["/usr/local/bin/dumb-init", "/usr/local/bin/consul-dataplane"]
9191

9292
# FIPS release-default release image
9393
# -----------------------------------
94-
FROM gcr.io/distroless/base-debian11 AS release-fips-default
94+
FROM gcr.io/distroless/base-debian12 AS release-fips-default
9595

9696
ARG BIN_NAME
9797
ARG PRODUCT_VERSION

0 commit comments

Comments
 (0)