Browse Source

Update base image for nodejs microservices

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

Loading…
Cancel
Save