Skip to content

Commit

Permalink
Remove omit "optional" from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Nov 29, 2024
1 parent 70f7106 commit e13f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /src
COPY package*.json ./
# TODO: Remove omits, when CVE-2024-21538 is fixed (https://scout.docker.com/vulnerabilities/id/CVE-2024-21538?s=github)
# RUN npm ci
RUN npm ci --omit=dev --omit=optional
RUN npm ci --omit=optional

# Build the app
FROM node:20-alpine AS build
Expand Down

0 comments on commit e13f12d

Please sign in to comment.