In [viewer/Dockerfile](https://github.com/als-computing/view_tomography_recon_app/blob/main/viewer/Dockerfile) I am currently pulling this image: `FROM continuumio/miniconda3:25.1.1-2` But, it would make more sense to pull from an [official node image](https://hub.docker.com/_/node/) instead.
In viewer/Dockerfile I am currently pulling this image:
FROM continuumio/miniconda3:25.1.1-2But, it would make more sense to pull from an official node image instead.