diff --git a/Dockerfile b/Dockerfile index accaf12..ac63a6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN for file in *.bin; \ RUN chmod -R a=rX . # based on infos here https://github.com/espressif/esptool-js/blob/main/.github/workflows/ci.yml#L16 -FROM node:20-bullseye AS nodebuilder +FROM node:23-bullseye AS nodebuilder # see at https://github.com/esphome/esp-web-tools/releases ARG ESP_WEB_TOOLS_VERSION=10.1.0