parent
1bc6f64eb5
commit
dcad0544d7
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue