diff --git a/rust/cubestore/Dockerfile b/rust/cubestore/Dockerfile index db2ec1ec76cd1..97d3a4428efa8 100644 --- a/rust/cubestore/Dockerfile +++ b/rust/cubestore/Dockerfile @@ -26,7 +26,7 @@ COPY cubestore/cubestore cubestore RUN [ "$WITH_AVX2" -eq "1" ] && export RUSTFLAGS="-C target-feature=+avx2"; \ cargo build --release -p cubestore -FROM debian:bookworm-slim +FROM debian:12.11-slim WORKDIR /cube