From 816c839b40f5b0622251b84114dc085cddabb8de Mon Sep 17 00:00:00 2001 From: Trevor Yager <84348190+trevoryager-callaway@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:19:18 -0400 Subject: [PATCH] Update bitbucket-pipelines.yml Updating the sfdx image we pull from --- generators/app/templates/static/bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/static/bitbucket-pipelines.yml b/generators/app/templates/static/bitbucket-pipelines.yml index d5f32d7..4b66d9d 100644 --- a/generators/app/templates/static/bitbucket-pipelines.yml +++ b/generators/app/templates/static/bitbucket-pipelines.yml @@ -1,4 +1,4 @@ -image: salesforce/salesforcedx:7.63.0-full +image: salesforce/salesforcedx:7.170.0-full clone: depth: full