Skip to content

Commit f33d8ce

Browse files
committed
Update Dockerfile to use slim variant of Node.js LTS for a smaller image size
1 parent 4377542 commit f33d8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-bookworm
1+
FROM node:lts-bookworm-slim
22

33
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
44

0 commit comments

Comments
 (0)