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: