Skip to content

Commit

Permalink
fix: add missing node.js release gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-snyk committed Dec 17, 2024
1 parent 98df6a6 commit 2c858e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN <<EOF
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
A363A499291CBBC940DD62E41F10027AF002F8B0 \
C0D6248439F1D5604AAFFB4021D900FFDB233756 \
; do \
gpg --batch --keyserver hkp://keys.openpgp.org --recv-keys "$key" || \
gpg --batch --keyserver hkp://pgp.mit.edu --recv-keys "$key" || \
Expand Down

1 comment on commit 2c858e3

@noelportillo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to work on this

Please sign in to comment.