UI: Upgrade Node.js to v22.18.0 in Dockerfile

This commit is contained in:
Vladyslav_Prykhodko 2025-08-19 19:16:45 +03:00
parent 082fcff67c
commit 9055459bbc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# #
FROM thingsboard/node:20.18.0-bookworm-slim FROM thingsboard/node:22.18.0-bookworm-slim
ENV NODE_ENV production ENV NODE_ENV production
ENV DOCKER_MODE true ENV DOCKER_MODE true

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# #
FROM thingsboard/node:20.18.0-bookworm-slim FROM thingsboard/node:22.18.0-bookworm-slim
ENV NODE_ENV production ENV NODE_ENV production
ENV DOCKER_MODE true ENV DOCKER_MODE true