From 718b459dd0c1372da3c4e09afe32793062234d5d Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 13 Dec 2022 18:45:35 -0500 Subject: [PATCH] Back to nodejs 16 for the docker image --- concourse/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/docker/Dockerfile b/concourse/docker/Dockerfile index 87d4ced74..ff1572202 100644 --- a/concourse/docker/Dockerfile +++ b/concourse/docker/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \ xvfb \ icewm -RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \ && apt-get install -y nodejs RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \