From c14c72a5d7ec98ac0d868b551ebbb64966cb2c03 Mon Sep 17 00:00:00 2001 From: "Kyle a.k.a. TechSquidTV" <33272306+KyleTryon@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:09:50 -0500 Subject: [PATCH] fix: set known good image tag to fix yq (#177) --- src/jobs/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/review.yml b/src/jobs/review.yml index 85f9984d..063b5585 100644 --- a/src/jobs/review.yml +++ b/src/jobs/review.yml @@ -28,7 +28,7 @@ parameters: default: 64 tag: type: string - default: "current" + default: "2022.12-18.04" description: | By default the most current stable release of `cimg/base` image will be used, but you may statically set the image tag with this parameter. https://circleci.com/developer/images/image/cimg/base