diff --git a/Tests/Dockerfile.tpl b/Tests/Dockerfile.tpl index 1aaee3fca4..08937aa60c 100644 --- a/Tests/Dockerfile.tpl +++ b/Tests/Dockerfile.tpl @@ -1,4 +1,4 @@ -FROM node:18.13.0-alpine +FROM node:18.18.1-alpine USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global