Skip to content
Snippets Groups Projects

updated nodejs version for rocketchat v5

Closed jwacalex requested to merge (removed):jwacalex-metor-nodejs-version-bump into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
FROM debian:bullseye
ENV NODEJS_VERSION=14.18.3
ENV NODEJS_VERSION=14.20.0
ENV METEOR_VERSION=2.5.6
ENV METEOR_ALLOW_SUPERUSER=true
ENV PATH=$PATH:/root/.meteor
Loading