Browse Source
Merge remote-tracking branch 'origin/lts-4.3' into rc
pull/15365/head
Viacheslav Klimov
2 months ago
Failed to extract signature
5 changed files with
5 additions and
5 deletions
-
msa/js-executor/docker/Dockerfile
-
msa/js-executor/pom.xml
-
msa/web-ui/docker/Dockerfile
-
msa/web-ui/pom.xml
-
ui-ngx/pom.xml
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/node:22.18.0-bookworm-slim |
|
|
|
FROM thingsboard/node:22.22.2-bookworm-slim |
|
|
|
|
|
|
|
ENV NODE_ENV production |
|
|
|
ENV DOCKER_MODE true |
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
<goal>install-node-and-yarn</goal> |
|
|
|
</goals> |
|
|
|
<configuration> |
|
|
|
<nodeVersion>v22.18.0</nodeVersion> |
|
|
|
<nodeVersion>v22.22.2</nodeVersion> |
|
|
|
<yarnVersion>v1.22.22</yarnVersion> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# |
|
|
|
|
|
|
|
FROM thingsboard/node:22.18.0-bookworm-slim |
|
|
|
FROM thingsboard/node:22.22.2-bookworm-slim |
|
|
|
|
|
|
|
ENV NODE_ENV production |
|
|
|
ENV DOCKER_MODE true |
|
|
|
|
|
|
|
@ -79,7 +79,7 @@ |
|
|
|
<goal>install-node-and-yarn</goal> |
|
|
|
</goals> |
|
|
|
<configuration> |
|
|
|
<nodeVersion>v22.18.0</nodeVersion> |
|
|
|
<nodeVersion>v22.22.2</nodeVersion> |
|
|
|
<yarnVersion>v1.22.22</yarnVersion> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
<goal>install-node-and-yarn</goal> |
|
|
|
</goals> |
|
|
|
<configuration> |
|
|
|
<nodeVersion>v22.18.0</nodeVersion> |
|
|
|
<nodeVersion>v22.22.2</nodeVersion> |
|
|
|
<yarnVersion>v1.22.22</yarnVersion> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|