diff --git a/Dockerfile b/Dockerfile index 7718247..bd6f170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ FROM production as dev # Swap user, so the following tasks can be run as 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 curl -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin