Use debian slim image rather than alpine image
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Pin specific version for stability
|
||||
# Use alpine for reduced image size
|
||||
FROM node:19.6-alpine
|
||||
# Use slim for reduced image size
|
||||
FROM node:19.6-bullseye-slim
|
||||
|
||||
# Set NODE_ENV
|
||||
ENV NODE_ENV production
|
||||
|
||||
Reference in New Issue
Block a user