Skip to content

Commit 502e24c

Browse files
committed
Update gpg-keys.sh from stretch to buster
1 parent 1d8e0f6 commit 502e24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpg-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ versions=( $(grep -vE '^#|^$' gpg-keys.txt | cut -d: -f1) )
55

66
for version in "${versions[@]}"; do
77
fingerprints="$(
8-
docker run --rm -e v="$version" buildpack-deps:stretch-curl bash -Eeuo pipefail -xc '
8+
docker run --rm -e v="$version" buildpack-deps:buster-curl bash -Eeuo pipefail -xc '
99
wget -O key.asc "https://www.mongodb.org/static/pgp/server-$v.asc" >&2
1010
gpg --batch --import key.asc >&2
1111
gpg --batch --fingerprint --with-colons | grep "^fpr:" | cut -d: -f10

0 commit comments

Comments
 (0)