Latest circleci/node:14.17.2-browser has wrong node version

Looks like the image circleci/node:14.17.2-browser actually has Node 14.17.2:

$ docker run --entrypoint /bin/bash --rm -ti circleci/node:14.17.2-browsers -c 'node -v'
v14.17.1
1 Like

Hi @scinos! Thanks for surfacing this! :partying_face: I’ll send it over to the team