Skip to content

Commit

Permalink
Bump the Node.js version used by Docker in CI (elastic#77714)
Browse files Browse the repository at this point in the history
This change was left out of elastic#77619 because the new Docker images wasn't
published at the time.
  • Loading branch information
watson committed Sep 17, 2020
1 parent cba0089 commit 45aab8b
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=10.22.0
ARG NODE_VERSION=10.22.1

FROM node:${NODE_VERSION} AS base

Expand Down

0 comments on commit 45aab8b

Please sign in to comment.