From efa801ef628b14bf023fae863327c04e46da7125 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 26 May 2020 23:07:08 +0200 Subject: [PATCH] Stable snapcraft --- snap/local/build_and_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/local/build_and_install.sh b/snap/local/build_and_install.sh index ebd36c28f..b8b80a427 100755 --- a/snap/local/build_and_install.sh +++ b/snap/local/build_and_install.sh @@ -42,7 +42,7 @@ docker run \ -v "${CERTBOT_DIR}:${CERTBOT_DIR}" \ -w "${CERTBOT_DIR}" \ -e "PIP_EXTRA_INDEX_URL=http://localhost:8080/simple" \ - "adferrand/snapcraft:${DOCKER_ARCH}-beta" \ + "adferrand/snapcraft:${DOCKER_ARCH}-stable" \ snapcraft if [[ "$(arch)" == "${QEMU_ARCH}" ]]; then