Skip to content

Commit c82d65a

Browse files
committed
pkging
1 parent 1380a5f commit c82d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/linux/docker_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gpg_tempfile="$gpg_tempdir/code_signing_key"
5858
gpg --export-secret-key --armor "$code_signing_fingerprint" > "$gpg_tempfile"
5959

6060
# Make sure the Docker image is built.
61-
image=keybase_packaging_v31
61+
image=keybase_packaging_v32
6262
if [ -z "$(sudo docker images -q "$image")" ] ; then
6363
echo "Docker image '$image' not yet built. Building..."
6464
sudo docker build -t "$image" "$clientdir/packaging/linux"

0 commit comments

Comments
 (0)