mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump the CI Node.js version from 14.15.1 to 14.15.2 (#86254)
This wasn't part of #86087 as Docker Hub wasn't updated at the time.
This commit is contained in:
parent
feecebf85e
commit
011849faea
1 changed files with 1 additions and 1 deletions
|
@ -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.1
|
||||
ARG NODE_VERSION=14.15.2
|
||||
|
||||
FROM node:${NODE_VERSION} AS base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue