Skip to content

Commit

Permalink
Bump the CI Node.js version from 14.15.4 to 14.16.0 (#92578) (#92634)
Browse files Browse the repository at this point in the history
This wasn't part of #92421 as Docker Hub wasn't updated at the time.

Co-authored-by: Thomas Watson <[email protected]>
kibanamachine and watson authored Feb 24, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent af7cded commit a50ed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a50ed05

Please sign in to comment.