Security upgrade node from lts to current-slim

This commit is contained in:
Madhu Kumar 2022-02-19 22:34:23 +01:00 committed by GitHub
parent 6531426a96
commit 4c0b33a726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# if you're doing anything beyond your local machine, please pin this to a specific version at https://hub.docker.com/_/node/
FROM node:lts
FROM node:current-slim
# set our node environment, either development or production
# defaults to production, compose overrides this to development on build and run