From 0f7dbdf8503feb9f49fd4393b2549d54010f3473 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 7 Feb 2024 00:08:39 +0100 Subject: [PATCH] revert: use node-18 on focal --- focal-arm64/Dockerfile | 2 +- focal-armhf/Dockerfile | 2 +- focal-ppc64le/Dockerfile | 2 +- focal-x64/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/focal-arm64/Dockerfile b/focal-arm64/Dockerfile index b34e879..9e862ab 100644 --- a/focal-arm64/Dockerfile +++ b/focal-arm64/Dockerfile @@ -54,7 +54,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so RUN apt-get update && apt-get install -y yarn # Node.js -RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash - +RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash - RUN apt-get update && apt-get install -y nodejs RUN npm install -g npm@latest RUN npm install -g node-gyp diff --git a/focal-armhf/Dockerfile b/focal-armhf/Dockerfile index 4bf1ede..2c8355b 100644 --- a/focal-armhf/Dockerfile +++ b/focal-armhf/Dockerfile @@ -54,7 +54,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so RUN apt-get update && apt-get install -y yarn # Node.js -RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash - +RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash - RUN apt-get update && apt-get install -y nodejs RUN npm install -g npm@latest RUN npm install -g node-gyp diff --git a/focal-ppc64le/Dockerfile b/focal-ppc64le/Dockerfile index 421655b..8e6c8ab 100644 --- a/focal-ppc64le/Dockerfile +++ b/focal-ppc64le/Dockerfile @@ -45,7 +45,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so RUN apt-get update && apt-get install -y yarn # Node.js -RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash - +RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash - RUN apt-get update && apt-get install -y nodejs RUN npm install -g npm@latest RUN npm install -g node-gyp diff --git a/focal-x64/Dockerfile b/focal-x64/Dockerfile index a9cd248..de6c51a 100644 --- a/focal-x64/Dockerfile +++ b/focal-x64/Dockerfile @@ -73,7 +73,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so RUN apt-get update && apt-get install -y yarn # Node.js -RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash - +RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash - RUN apt-get update && apt-get install -y nodejs RUN npm install -g npm@latest RUN npm install -g node-gyp