Update base image for nodejs microservices

This commit is contained in:
Igor Kulikov 2022-07-08 18:30:20 +03:00
parent 36de871027
commit 518807f863
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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