Match node version in local dev
This commit is contained in:
parent
8506564d89
commit
f3ee847b28
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ FROM production as dev
|
||||||
|
|
||||||
# Swap user, so the following tasks can be run as root
|
# Swap user, so the following tasks can be run as root
|
||||||
USER root
|
USER root
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
|
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash - && apt-get install -y nodejs
|
||||||
RUN apt-get install -y postgresql-client inotify-tools
|
RUN apt-get install -y postgresql-client inotify-tools
|
||||||
RUN curl -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
|
RUN curl -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue