Browse Source

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

pull/13886/head
Vladyslav_Prykhodko 12 months ago
parent
commit
9055459bbc
  1. 2
      msa/js-executor/docker/Dockerfile
  2. 2
      msa/web-ui/docker/Dockerfile

2
msa/js-executor/docker/Dockerfile

@ -14,7 +14,7 @@
# 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 DOCKER_MODE true

2
msa/web-ui/docker/Dockerfile

@ -14,7 +14,7 @@
# 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 DOCKER_MODE true

Loading…
Cancel
Save