From 04f4c9a82a3ea9973f08d151b80e0243c8c05d73 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 8 May 2026 22:00:03 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v13 --- system-test/Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/Dockerfile.linux b/system-test/Dockerfile.linux index 42c8168e..9f2c9c95 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:11 +FROM debian:trixie-20260505 ARG NODE_VERSION ARG ADDITIONAL_PACKAGES