From 6966b40f193759791323d96a6bf930bb10f15b79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:14:01 +0000 Subject: [PATCH] Update Node.js to v21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cf69d2f..757fc786 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # # CMD ["/opt/app/index.js", "/var/lib/huemqtt/config.json"] -FROM node:20.8-alpine +FROM node:21.1-alpine COPY app/dist /opt/app/ WORKDIR /opt/app/