kou commented on issue #3619:
URL: https://github.com/apache/arrow-adbc/issues/3619#issuecomment-3472139847
Something like..:
```diff
diff --git a/ci/linux-packages/apt/debian-bookworm/Dockerfile
b/ci/linux-packages/apt/debian-bookworm/Dockerfile
index ac60132d6..f675c09f4 100644
--- a/ci/linux-packages/apt/debian-bookworm/Dockerfile
+++ b/ci/linux-packages/apt/debian-bookworm/Dockerfile
@@ -18,6 +18,8 @@
ARG FROM=debian:bookworm
FROM ${FROM}
+ENV IMAGE_VERSION=2025-10-31
+
RUN \
echo "debconf debconf/frontend select Noninteractive" | \
debconf-set-selections
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]