Skip to content

Commit 3e5c025

Browse files
committed
bump pkg
1 parent c4191c9 commit 3e5c025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/linux/docker_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gpg_tempfile="$gpg_tempdir/code_signing_key"
5757
gpg --export-secret-key --armor "$code_signing_fingerprint" > "$gpg_tempfile"
5858

5959
# Make sure the Docker image is built.
60-
image=keybase_packaging_v46
60+
image=keybase_packaging_v47
6161
if [ -z "$(sudo docker images -q "$image")" ] ; then
6262
echo "Docker image '$image' not yet built. Building..."
6363
sudo docker build -t "$image" "$clientdir/packaging/linux"

0 commit comments

Comments
 (0)