Skip to content

Commit

Permalink
[Snyk] Security upgrade node from 20.8.1-alpine3.18 to lts-alpine3.18 (
Browse files Browse the repository at this point in the history
…#415)

* fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795

* updated node

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
deepakprabhakara and snyk-bot authored Dec 2, 2023
1 parent 172a503 commit b6f824e
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
@@ -1,4 +1,4 @@
ARG NODEJS_IMAGE=node:20.8.1-alpine3.18
ARG NODEJS_IMAGE=node:20.10.0-alpine3.18
FROM --platform=$BUILDPLATFORM $NODEJS_IMAGE AS base

FROM base AS deps
Expand Down

0 comments on commit b6f824e

Please sign in to comment.