Skip to content

Commit

Permalink
fix(security): vulnerabilities found in quorum-multi-party-all-in-one
Browse files Browse the repository at this point in the history
Fixes #2060

Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
aldousalvarez authored and petermetz committed Mar 31, 2023
1 parent 187f26e commit 59cc831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/containerscan/allowedlist.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
general:
vulnerabilities:
#besu-all-in-one
- CVE-2022-37734
- CVE-2022-25857

-CVE-2022-37734
-CVE-2022-25857
4 changes: 2 additions & 2 deletions tools/docker/quorum-multi-party-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Setup quorum-dev-quickstart
################################

FROM node:16 AS quorum-dev-quickstart-setup
FROM node:16.17.0 AS quorum-dev-quickstart-setup

ENV QUORUM_QUICKSTART_VERSION=0.0.53
ENV QUORUM_QUICKSTART_VERSION=0.0.80
ENV ROOT_DIR=/opt/quorum-dev-quickstart

WORKDIR "${ROOT_DIR}"
Expand Down

0 comments on commit 59cc831

Please sign in to comment.