Skip to content

Commit

Permalink
Merge pull request #895 from snyk/fix/add-new-nodejs-releaser-gpg-key
Browse files Browse the repository at this point in the history
fix: add missing node.js release gpg key
  • Loading branch information
pavel-snyk authored Dec 17, 2024
2 parents 98df6a6 + 2c858e3 commit ca6b193
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

0 comments on commit ca6b193

Please sign in to comment.