mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Bump Node.js from 12.19.0 to 12.19.1 (#83452)
This commit is contained in:
parent
c043eafcda
commit
9caaa0c7e0
4 changed files with 4 additions and 4 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=12.19.0
|
||||
ARG NODE_VERSION=12.19.1
|
||||
|
||||
FROM node:${NODE_VERSION} AS base
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
12.19.0
|
||||
12.19.1
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
12.19.0
|
||||
12.19.1
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
"**/typescript": "4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.19.0",
|
||||
"node": "12.19.1",
|
||||
"yarn": "^1.21.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue