diff --git a/system-test/Dockerfile.linux b/system-test/Dockerfile.linux index 1f7f789b..8c9e3fec 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 get github.com/google/pprof -FROM debian:stretch +FROM debian:11 ARG NODE_VERSION ARG NVM_NODEJS_ORG_MIRROR