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 committed Aug 5, 2022
1 parent 7309f2a commit 85b8704
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 85b8704

Please sign in to comment.