Skip to content

Commit ae0f1f0

Browse files
authored
Update destroy_branch.py
Update codebuild image to the latest (standard:6.0)
1 parent eb43d45 commit ae0f1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk_pipelines_multi_branch/cicd/code/destroy_branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def handler(event, context):
5454
},
5555
environment={
5656
'type': 'LINUX_CONTAINER',
57-
'image': 'aws/codebuild/standard:4.0',
57+
'image': 'aws/codebuild/standard:6.0',
5858
'computeType': 'BUILD_GENERAL1_SMALL'
5959
},
6060
serviceRole=role_arn

0 commit comments

Comments
 (0)