Bump the CI Node.js version from 14.15.4 to 14.16.0 (#92578)

This wasn't part of #92421 as Docker Hub wasn't updated at the time.
This commit is contained in:
Thomas Watson 2021-02-24 16:04:59 +01:00 committed by GitHub
parent 1be0612b05
commit 05717647ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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