Skip to content

Commit

Permalink
tools(connector-besu): address CVEs: CVE-2022-21190, CVE-2023-36665, C…
Browse files Browse the repository at this point in the history
…VE-2022-2421

Fixes #2745

Primary Changes
----------------
1. Updated the version of the base image that is used in the Dockerfile

Signed-off-by: aldousalvarez <[email protected]>
  • Loading branch information
aldousalvarez committed Jan 26, 2024
1 parent afef5ae commit dd13478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cactus-plugin-ledger-connector-besu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/cactus-cmd-api-server:2022-08-05-7309f2a
FROM ghcr.io/hyperledger/cactus-cmd-api-server:2024-01-24-dd85b12
RUN npm install -g [email protected]

ENV NODE_ENV=production
Expand Down

0 comments on commit dd13478

Please sign in to comment.