build: update ngcontainer to node 10.9.0 (#25812)

PR Close #25812
This commit is contained in:
Filipe Silva 2018-09-05 13:19:24 +01:00 committed by Misko Hevery
parent 1bc6f64eb5
commit dcad0544d7
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM circleci/node:8.9.2-browsers
FROM circleci/node:10.9.0-browsers
USER root
@ -71,7 +71,7 @@ RUN mkdir ~/.npm-global \
# in the circleci/*-browsers base image above.
# This variable is intended to be used by passing it as an argument to
# "postinstall": "webdriver-manager update ..."
ENV CHROMEDRIVER_VERSION_ARG "--versions.chrome 2.33"
ENV CHROMEDRIVER_VERSION_ARG "--versions.chrome 2.41"
WORKDIR /home/circleci
ENTRYPOINT ["/bin/bash", "--login"]

View File

@ -2,12 +2,12 @@
This docker container provides everything needed to build and test Angular applications:
- node 8.9.2
- npm 5.5.1
- yarn 1.3.2
- node 10.9.0
- npm 6.2.0
- yarn 1.9.2
- Java 8 (for Closure Compiler and Bazel)
- Bazel build tool v0.16.0 - http://bazel.build
- Google Chrome 63.0.3239.84
- Google Chrome 69.0.3497.81
- Mozilla Firefox 47.0.1
- xvfb (virtual framebuffer) for headless testing
- Brotli compression utility, making smaller files than gzip