We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4191c9 commit 3e5c025Copy full SHA for 3e5c025
packaging/linux/docker_build.sh
@@ -57,7 +57,7 @@ gpg_tempfile="$gpg_tempdir/code_signing_key"
57
gpg --export-secret-key --armor "$code_signing_fingerprint" > "$gpg_tempfile"
58
59
# Make sure the Docker image is built.
60
-image=keybase_packaging_v46
+image=keybase_packaging_v47
61
if [ -z "$(sudo docker images -q "$image")" ] ; then
62
echo "Docker image '$image' not yet built. Building..."
63
sudo docker build -t "$image" "$clientdir/packaging/linux"
0 commit comments