Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#208)
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-5741793

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 b496330 commit c885a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

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

0 comments on commit c885a09

Please sign in to comment.