Bug 1257246: Update lint test image to newer packages of eslint. r=ahal
MozReview-Commit-ID: Kr0bsTfGyxS
--- a/testing/docker/lint/Dockerfile
+++ b/testing/docker/lint/Dockerfile
@@ -1,19 +1,19 @@
FROM node:4.2
MAINTAINER Dave Townsend <dtownsend@oxymoronical.com>
RUN useradd -d /home/worker -s /bin/bash -m worker
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
ENV HOME /home/worker
ENV SHELL /bin/bash
ENV USER worker
ENV LOGNAME worker
ENV HOSTNAME taskcluster-worker