Skip to content
Snippets Groups Projects

updated nodejs version to current version of nodejs on bullseye

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
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