From e2168b4cd6c005d364bd75e3ac6540f39996d213 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 24 Feb 2021 11:44:56 -0500 Subject: [PATCH] Bump the CI Node.js version from 14.15.4 to 14.16.0 (#92578) (#92633) This wasn't part of #92421 as Docker Hub wasn't updated at the time. Co-authored-by: Thomas Watson --- .ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 3ca6b6a4b9098..445cc0e51073f 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -1,7 +1,7 @@ # NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable. # If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts -ARG NODE_VERSION=14.15.4 +ARG NODE_VERSION=14.16.0 FROM node:${NODE_VERSION} AS base