RocketChat / Docker.Official.Image

Docker hub - community managed image
291 stars 217 forks source link

feature(Dockerfile): set nodejs version as argument #166

Open yanehi opened 2 years ago

yanehi commented 2 years ago

I would like to use your rocket image as base image for my installation. It would be advantageous if the nodejs version is set as argument, so that it can be dynamically adjusted in the docker build in case of emerging security vulnerabilities.

As a concrete example, there is a security vulnerability in all nodejs versions that are =<14.20.0. In this case I need to build your image locally, push it to my registry and then reference it as base in my own image.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.