diff --git a/TestServer/Dockerfile.tpl b/TestServer/Dockerfile.tpl index 8dd2625c4f..30de9b96ed 100644 --- a/TestServer/Dockerfile.tpl +++ b/TestServer/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:21.2-alpine3.18 +FROM node:21.6-alpine3.18 USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global