Skip to content

Commit a4e843f

Browse files
committed
fix(jitsi-component-sidecar): create container based on node:20-slim
1 parent fe4120a commit a4e843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jitsi-component-sidecar/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN \
1717
# ------------------------------------------------------------------------------
1818
# prod
1919
# ------------------------------------------------------------------------------
20-
FROM node:20
20+
FROM node:20-slim
2121

2222
WORKDIR /app
2323

0 commit comments

Comments
 (0)