diff --git a/contrib/syscall-test/Dockerfile b/contrib/syscall-test/Dockerfile index 7bcf4c7e37af4..3e499dded0961 100644 --- a/contrib/syscall-test/Dockerfile +++ b/contrib/syscall-test/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim +FROM debian:12.11-slim RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends COPY . /usr/src/