diff --git a/testing/docker/ubuntu32-build/Dockerfile b/testing/docker/ubuntu32-build/Dockerfile index 03af01b1597..b96f83848f5 100644 --- a/testing/docker/ubuntu32-build/Dockerfile +++ b/testing/docker/ubuntu32-build/Dockerfile @@ -11,7 +11,7 @@ RUN bash /tmp/system-setup.sh # configure git and install tc-vcs RUN git config --global user.email "nobody@mozilla.com" && \ git config --global user.name "mozilla" -RUN npm install -g taskcluster-vcs@2.3.5 || true +RUN npm install -g taskcluster-vcs@2.3.6 # Ensure that build specific dependencies live in a single layer ADD build-setup.sh /tmp/build-setup.sh