From 90b874fdbe35a9a80511690896fb949afd1f0ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Dalmolin?= Date: Fri, 23 Dec 2022 11:44:21 -0300 Subject: [PATCH] Updated node --- 8.2/Dockerfile | 2 +- 8.2/goss.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index b1cfd59..a578980 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -43,7 +43,7 @@ RUN apt-get install -y mysql-client RUN apt-get install -y git # node and yarn -RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs RUN npm install -g yarn diff --git a/8.2/goss.yaml b/8.2/goss.yaml index 760bef0..663a23d 100644 --- a/8.2/goss.yaml +++ b/8.2/goss.yaml @@ -2,7 +2,7 @@ command: node --version: exit-status: 0 stdout: - - "v14" + - "v16" yarn --version: exit-status: 0 npm --version: