Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#206)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092933
- https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092932
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035795
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326683

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: uma-kt <105046156+uma-kt@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent 09df5a1 commit 1c3dd43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM node:18.20.4-alpine as builder
WORKDIR /build
COPY . ./
Expand Down

0 comments on commit 1c3dd43

Please sign in to comment.