Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Milton Moura <[email protected]>
  • Loading branch information
mgcm committed Dec 18, 2024
1 parent 38a84cb commit 6e92bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions matrix-meetings-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ RUN yarn install --production --frozen-lockfile --network-timeout 1000000
FROM node:20-bookworm-slim
ENV NODE_ENV=production
WORKDIR /app

# update npm to address CVE-2024-21538
RUN npm install -g [email protected]

RUN set -x\
&& mkdir /app/storage \
&& chown -R 101:0 /app/storage \
Expand Down

0 comments on commit 6e92bf4

Please sign in to comment.