From 9b180956a050270c7fc5d9e4b888987eb28995d9 Mon Sep 17 00:00:00 2001 From: Dave Townsend Date: Wed, 16 Mar 2016 12:21:43 -0700 Subject: [PATCH] Bug 1257246: Update lint test image to newer packages of eslint. r=ahal MozReview-Commit-ID: Kr0bsTfGyxS --HG-- extra : rebase_source : 1790864740bb4013ed1481647223e74df75fe10f extra : histedit_source : 139d7075064da2cb3a3a624ab216e2c3401254c9 --- testing/docker/lint/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/docker/lint/Dockerfile b/testing/docker/lint/Dockerfile index d22d3035a8ba..7dc668f6b844 100644 --- a/testing/docker/lint/Dockerfile +++ b/testing/docker/lint/Dockerfile @@ -6,9 +6,9 @@ WORKDIR /home/worker # install necessary npm packages RUN npm install -g taskcluster-vcs@2.3.12 -RUN npm install -g eslint@1.10.3 -RUN npm install -g eslint-plugin-html@1.1.0 -RUN npm install -g eslint-plugin-react@3.13.1 +RUN npm install -g eslint@2.7.0 +RUN npm install -g eslint-plugin-html@1.4.0 +RUN npm install -g eslint-plugin-react@4.2.3 # Set variable normally configured at login, by the shells parent process, these # are taken from GNU su manual