Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlsn and snyk-bot authored Nov 21, 2024
1 parent 7513957 commit 9d07cdf
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 @@ -57,7 +57,7 @@ RUN lerna run --scope @gen3/core build && \
lerna run --scope @gen3/samplecommons build

# Production stage
FROM node:20-slim AS production
FROM node:20.18.1-alpine3.20 AS production

WORKDIR /gen3

Expand Down

0 comments on commit 9d07cdf

Please sign in to comment.