Skip to content

Commit f686164

Browse files
authored
Bump the Node.js version used by Docker in CI (#110760)
This is a follow up to PR #110654 where the Node.js version required by Kibana was upgraded.
1 parent d34ef7b commit f686164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.17.5
4+
ARG NODE_VERSION=14.17.6
55

66
FROM node:${NODE_VERSION} AS base
77

0 commit comments

Comments
 (0)