Use debian slim image rather than alpine image
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Pin specific version
|
||||
# Use alpine for reduced image size
|
||||
FROM node:19.6-alpine
|
||||
# Use slim for reduced image size
|
||||
FROM node:19.6-bullseye-slim
|
||||
|
||||
# Specify working directory other than /
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user