diff --git a/system-test/Dockerfile.linux b/system-test/Dockerfile.linux index f3866461..97cc4a71 100644 --- a/system-test/Dockerfile.linux +++ b/system-test/Dockerfile.linux @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \ WORKDIR /root/ RUN go install github.com/google/pprof@v0.0.0-20240827171923-fa2c70bbbfe5 -FROM debian:trixie-20260623 +FROM debian:13 ARG NODE_VERSION ARG ADDITIONAL_PACKAGES