From 81293cf4e5a36bc97a04ad38af693367696d8661 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 2 Feb 2024 18:15:58 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v12 --- 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 1e176d47..084be616 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@latest -FROM debian:11 +FROM debian:12 ARG NODE_VERSION ARG ADDITIONAL_PACKAGES