From bd1b95ea945f488c089b98575e621d8db149cd1b Mon Sep 17 00:00:00 2001 From: Xiao Chen Date: Tue, 7 Jan 2025 10:53:24 -0500 Subject: [PATCH] fix: update builder blueprint workflow build aciton image --- .../blueprints/blueprint-builder/src/build-release-workflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blueprints/blueprint-builder/src/build-release-workflow.ts b/packages/blueprints/blueprint-builder/src/build-release-workflow.ts index e88dbdc3b..6fc75afa8 100644 --- a/packages/blueprints/blueprint-builder/src/build-release-workflow.ts +++ b/packages/blueprints/blueprint-builder/src/build-release-workflow.ts @@ -47,7 +47,7 @@ export function buildReleaseWorkflow(workflow: WorkflowBuilder, options?: { incl steps: ["if $IS_RELEASE_COMMIT; then echo 'This is a release commit, skipping'; else chmod +x release.sh && ./release.sh; fi"], container: { Registry: 'CODECATALYST', - Image: 'CodeCatalystLinux_x86_64:2022_11', + Image: 'CodeCatalystLinux_x86_64:2024_03', }, });