diff --git a/src/Managing.WebApp/Dockerfile-web-ui-dev b/src/Managing.WebApp/Dockerfile-web-ui-dev index 8e45a34..d5c4eb0 100644 --- a/src/Managing.WebApp/Dockerfile-web-ui-dev +++ b/src/Managing.WebApp/Dockerfile-web-ui-dev @@ -30,7 +30,7 @@ RUN npm install -g yarn #RUN npm i --max-old-space-size=12000 --loglevel=verbose -RUN yarn add eslint-plugin-jsdoc@latest --dev +RUN yarn add eslint-plugin-jsdoc@48.2.4 --dev RUN yarn install --ignore-engines --verbose RUN yarn cache clean # Copy the application code