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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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)