FEATURE: Update node to version 18.x (#646)
authorJarek Radosz <jradosz@gmail.com>
Tue, 15 Nov 2022 11:16:05 +0000 (12:16 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 11:16:05 +0000 (12:16 +0100)
image/base/slim.Dockerfile

index 4616c78c05e5c43a2756e41f1c9174c4fbfc4f4d..1fba35b1f75183fcf45174af9a09d30d681795da 100644 (file)
@@ -25,7 +25,7 @@ ENV LANGUAGE en_US.UTF-8
 RUN curl https://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add -
 RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" | \
         tee /etc/apt/sources.list.d/postgres.list
-RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo bash -
+RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo bash -
 RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
 RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
 RUN apt-get -y update