diff --git a/concourse/docker/Dockerfile b/concourse/docker/Dockerfile index ffff0305c..61a0434e0 100644 --- a/concourse/docker/Dockerfile +++ b/concourse/docker/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \ xvfb \ icewm -RUN curl -sL https://deb.nodesource.com/setup_12.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 - \