diff --git a/.nvmrc b/.nvmrc index 8b0beab16a5..2dbbe00e679 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.11.0 +20.11.1 diff --git a/package.json b/package.json index af5710f8857..d4216493c87 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "lib", "module": "es", "types": "eui.d.ts", - "docker_image": "20.11.0", + "docker_image": "20.11.1", "engines": { "node": "16.x || 18.x || >=20.x" }, diff --git a/scripts/docker-ci/Dockerfile b/scripts/docker-ci/Dockerfile index b64aeab2554..25830449a2e 100644 --- a/scripts/docker-ci/Dockerfile +++ b/scripts/docker-ci/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/zenato/docker-puppeteer/blob/master/Dockerfile # >=12.0 required (for cypress). v18 is LTS. -FROM --platform=linux/amd64 node:20.11.0-slim +FROM --platform=linux/amd64 node:20.11.1-slim SHELL ["/bin/bash", "-o", "pipefail", "-c"]