Skip to content

Commit

Permalink
refactor(connector-besu): update base image to fix npm vulnerabilities
Browse files Browse the repository at this point in the history
Fixes #2142

Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
  • Loading branch information
aldousalvarez authored and petermetz committed Aug 26, 2022
1 parent cd4c746 commit ee99c87
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-05-12-2330a96
FROM ghcr.io/hyperledger/cactus-cmd-api-server:2022-08-05-7309f2a
RUN npm install -g yarn@1.22.17

ENV NODE_ENV=production
Expand Down

0 comments on commit ee99c87

Please sign in to comment.