feat: Updated appsmithctl node version to v16.x (#21320)
Updated the container runtime node version (dockerfile service layer) to v16.x
This commit is contained in:
parent
6158c49b05
commit
46465c3383
|
|
@ -25,7 +25,7 @@ RUN apt-get update \
|
|||
# Install MongoDB v5.0.14, Redis, NodeJS - Service Layer, PostgreSQL v13
|
||||
RUN curl --silent --show-error --location https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add - \
|
||||
&& echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-5.0.list \
|
||||
&& curl --silent --show-error --location https://deb.nodesource.com/setup_14.x | bash - \
|
||||
&& curl --silent --show-error --location https://deb.nodesource.com/setup_16.x | bash - \
|
||||
&& echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl --silent --show-error --location https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
||||
&& apt update \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user