Security upgrade node from lts-buster to current-slim

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

View File

@ -1,5 +1,5 @@
# Create image based on the official Node image from dockerhub # Create image based on the official Node image from dockerhub
FROM node:lts-buster FROM node::current-slim
# Create app directory # Create app directory
WORKDIR /usr/src/app WORKDIR /usr/src/app