From b12ce800e2cbf475b84812657afdfaa39fabcc8b Mon Sep 17 00:00:00 2001 From: arghaya Date: Mon, 31 May 2021 22:44:48 +0530 Subject: [PATCH] fix(core): update nodejs version in docker file to latest (#227) --- sandbox/audit-ms-example/Dockerfile | 2 +- sandbox/auth-ms-basic-example/Dockerfile | 2 +- sandbox/auth-multitenant-example/Dockerfile | 2 +- sandbox/in-mail-example/Dockerfile | 2 +- sandbox/notification-socket-example/Dockerfile | 2 +- sandbox/scheduler-example/Dockerfile | 2 +- sandbox/video-conferencing-ms-example/Dockerfile | 2 +- sandbox/workflow-ms-example/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sandbox/audit-ms-example/Dockerfile b/sandbox/audit-ms-example/Dockerfile index bca90e201a..8c48fdb4a4 100644 --- a/sandbox/audit-ms-example/Dockerfile +++ b/sandbox/audit-ms-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/auth-ms-basic-example/Dockerfile b/sandbox/auth-ms-basic-example/Dockerfile index bca90e201a..8c48fdb4a4 100644 --- a/sandbox/auth-ms-basic-example/Dockerfile +++ b/sandbox/auth-ms-basic-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/auth-multitenant-example/Dockerfile b/sandbox/auth-multitenant-example/Dockerfile index 9f3e7b074e..00c6b77152 100644 --- a/sandbox/auth-multitenant-example/Dockerfile +++ b/sandbox/auth-multitenant-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/in-mail-example/Dockerfile b/sandbox/in-mail-example/Dockerfile index 5fcdd67bad..2618207377 100644 --- a/sandbox/in-mail-example/Dockerfile +++ b/sandbox/in-mail-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/notification-socket-example/Dockerfile b/sandbox/notification-socket-example/Dockerfile index bca90e201a..8c48fdb4a4 100644 --- a/sandbox/notification-socket-example/Dockerfile +++ b/sandbox/notification-socket-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/scheduler-example/Dockerfile b/sandbox/scheduler-example/Dockerfile index bca90e201a..8c48fdb4a4 100644 --- a/sandbox/scheduler-example/Dockerfile +++ b/sandbox/scheduler-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/video-conferencing-ms-example/Dockerfile b/sandbox/video-conferencing-ms-example/Dockerfile index bca90e201a..8c48fdb4a4 100644 --- a/sandbox/video-conferencing-ms-example/Dockerfile +++ b/sandbox/video-conferencing-ms-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node diff --git a/sandbox/workflow-ms-example/Dockerfile b/sandbox/workflow-ms-example/Dockerfile index a55e10e50f..e7f08f8edc 100644 --- a/sandbox/workflow-ms-example/Dockerfile +++ b/sandbox/workflow-ms-example/Dockerfile @@ -1,5 +1,5 @@ # Check out https://hub.docker.com/_/node to select a new base image -FROM node:10-slim +FROM node:14-slim # Set to a non-root built-in user `node` USER node