From e0f27d1340bb053ff7db446b6b3e1d5cd5fa1498 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 15 Nov 2022 12:16:05 +0100 Subject: [PATCH] FEATURE: Update node to version 18.x (#646) --- image/base/slim.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/slim.Dockerfile b/image/base/slim.Dockerfile index 4616c78..1fba35b 100644 --- a/image/base/slim.Dockerfile +++ b/image/base/slim.Dockerfile @@ -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 -- 2.25.1