audreyt / ethercalc

Node.js port of Multi-user SocialCalc
https://ethercalc.net
Other
2.97k stars 538 forks source link

Dockerfile in source code does not match hub.docker.com #757

Open soinu opened 3 years ago

soinu commented 3 years ago

The Dockerfiles in this repo do not match the image published on hub.docker.com. Please release those Dockerfiles.

https://github.com/audreyt/ethercalc/blob/master/Dockerfile https://github.com/audreyt/ethercalc/blob/master/misc/build/Dockerfile

You can check the history with docker history --no-trunc audreyt/ethercalc:latest: FROM node:4.8 was probably changed to 15 RUN rm -rf /usr/local/lib/node_modules/ethercalc/node_modules/nodemailer/ || true was removed