chore: update Docker Image to use node 16 (#30444)
This commit is contained in:
committed by
GitHub
parent
be13b0d6af
commit
c6d113f26d
@@ -105,7 +105,7 @@ RUN pip install -r requirements/edx/base-minus-local.txt
|
||||
# Must be done after Python requirements, since nodeenv is installed
|
||||
# via pip.
|
||||
# The node environment is already 'activated' because its .../bin was put on $PATH.
|
||||
RUN nodeenv /edx/app/edxapp/nodeenv --node=12.11.1 --prebuilt
|
||||
RUN nodeenv /edx/app/edxapp/nodeenv --node=16.14.0 --prebuilt
|
||||
RUN npm install -g npm@8.5.x
|
||||
COPY package.json package.json
|
||||
COPY package-lock.json package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user