Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Jun 17, 2024
1 parent 7f5ee8c commit 47ad31e
Show file tree
Hide file tree
Showing 3 changed files with 4,698 additions and 5,190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test('Pipeline resources created', () => {
template.hasResourceProperties('AWS::CodeBuild::Project', {
Environment: {
ComputeType: 'BUILD_GENERAL1_SMALL',
Image: 'aws/codebuild/standard:6.0',
Image: 'aws/codebuild/standard:7.0',
ImagePullCredentialsType: 'CODEBUILD',
PrivilegedMode: false,
Type: 'LINUX_CONTAINER',
Expand Down
Loading

0 comments on commit 47ad31e

Please sign in to comment.