Skip to content

Commit

Permalink
fix(core): update nodejs version in docker file to latest (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
arghaya authored May 31, 2021
1 parent 8f15aaa commit b12ce80
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sandbox/audit-ms-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-ms-basic-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-multitenant-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/in-mail-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/notification-socket-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/scheduler-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/video-conferencing-ms-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sandbox/workflow-ms-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b12ce80

Please sign in to comment.