From 2c1f55069f9e0ace833d250caa01c17b689d4436 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 5 Sep 2018 13:19:24 +0100 Subject: [PATCH] build: update ngcontainer to node 10.9.0 (#25812) PR Close #25812 --- tools/ngcontainer/Dockerfile | 4 ++-- tools/ngcontainer/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/ngcontainer/Dockerfile b/tools/ngcontainer/Dockerfile index 14d9e6a80f..6deb94fd3f 100644 --- a/tools/ngcontainer/Dockerfile +++ b/tools/ngcontainer/Dockerfile @@ -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"] diff --git a/tools/ngcontainer/README.md b/tools/ngcontainer/README.md index 8ec1f8f114..77cb4edd16 100644 --- a/tools/ngcontainer/README.md +++ b/tools/ngcontainer/README.md @@ -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