Skip to content

Commit 3141694

Browse files
committed
Bump the CI Node.js version from 14.15.4 to 14.16.0
This wasn't part of #92421 as Docker Hub wasn't updated at the time.
1 parent 698a06a commit 3141694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
22
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts
33

4-
ARG NODE_VERSION=14.15.4
4+
ARG NODE_VERSION=14.16.0
55

66
FROM node:${NODE_VERSION} AS base
77

0 commit comments

Comments
 (0)