Skip to content

Commit

Permalink
fix: scripts/Dockerfile.builder to reduce vulnerabilities (#1094)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
kkopanidis and snyk-bot authored Jul 29, 2024
1 parent bf3f63f commit edbc1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:iron-alpine
FROM node:20.15.1-alpine3.20

WORKDIR /app
Expand Down

0 comments on commit edbc1f0

Please sign in to comment.