Skip to content

Commit 35313b0

Browse files
author
njay4928
committed
Update Dockerfile to use Node.js 18 Alpine image for a smaller footprint
1 parent fe8ae1e commit 35313b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use official Node.js LTS image
2-
FROM node:18
2+
FROM node:18-alpine3.21
33

44
# Create app directory
55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)