Browse Source

Update docker node version

pull/7230/head
Igor Kulikov 4 years ago
parent
commit
8a296c71d3
  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:16.15.1-bullseye-slim
FROM thingsboard/node:16.17.0-bullseye-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:16.15.1-bullseye-slim
FROM thingsboard/node:16.17.0-bullseye-slim
ENV NODE_ENV production
ENV DOCKER_MODE true

Loading…
Cancel
Save