Skip to content

Commit

Permalink
fix(jitsi-component-selector): 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 df64220 commit fe4120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitsi-component-selector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
# ------------------------------------------------------------------------------
# prod
# ------------------------------------------------------------------------------
FROM node:20
FROM node:20-slim

WORKDIR /app

Expand Down

0 comments on commit fe4120a

Please sign in to comment.