From 23bc3401ac04792c4b72189785f71603e7683a3b Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Mon, 29 Jul 2024 07:24:57 +0300 Subject: [PATCH] packer/build_image.sh: update GPG key A new GPG key was created for supporting both rpm and deb in RSA mode Related to https://github.com/scylladb/scylla-enterprise/issues/4222 --- packer/build_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/build_image.sh b/packer/build_image.sh index 788f27c..3c1cf08 100755 --- a/packer/build_image.sh +++ b/packer/build_image.sh @@ -15,7 +15,7 @@ DEBUG=false BUILD_MODE='release' TARGET= APT_KEYS_DIR='/etc/apt/keyrings' -APT_KEY='d0a112e067426ab2 491c93b9de7496a7' +APT_KEY='a43e06657bac99e3' print_usage() { echo "$0 --localdeb --repo [URL] --target [distribution]"