From 2bfd0590b137876d74f8e1dbfe3f633d12281854 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 3 Apr 2022 20:22:08 -0700 Subject: [PATCH] Try stable snapcore/snapcraft container --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2243fc04..8d2f3e3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -215,7 +215,7 @@ jobs: build-snapcraft: docker: - - image: snapcore/snapcraft:edge + - image: snapcore/snapcraft:stable working_directory: ~/repo steps: - checkout