Skip to content

Commit

Permalink
fix(jitsi-component-sidecar): create container based on node:20-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jul 16, 2024
1 parent fe4120a commit a4e843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitsi-component-sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# ------------------------------------------------------------------------------
# prod
# ------------------------------------------------------------------------------
FROM node:20
FROM node:20-slim

WORKDIR /app

Expand Down

0 comments on commit a4e843f

Please sign in to comment.