mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump the Node.js version used by Docker in CI (#77714)
This change was left out of #77619 because the new Docker images wasn't published at the time.
This commit is contained in:
parent
f81901e6f6
commit
79c26e3591
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=10.22.0
|
||||
ARG NODE_VERSION=10.22.1
|
||||
|
||||
FROM node:${NODE_VERSION} AS base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue