Skip to content

Commit 3d143f9

Browse files
authored
chore: update image (#689)
1 parent 14dd48a commit 3d143f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codebuild/release/prod-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ batch:
99
- identifier: testNodejsLatest
1010
buildspec: codebuild/nodejs_latest.yml
1111
env:
12-
image: aws/codebuild/standard:5.0
12+
image: aws/codebuild/standard:6.0
1313

1414
# Test publishing to local Verdaccio server
1515
- identifier: test_publish
@@ -19,7 +19,7 @@ batch:
1919
env:
2020
variables:
2121
CI: "true"
22-
image: aws/codebuild/standard:5.0
22+
image: aws/codebuild/standard:6.0
2323

2424
# Version the project and push git commits and tags
2525
- identifier: version
@@ -42,5 +42,5 @@ batch:
4242
env:
4343
variables:
4444
CI: "false"
45-
image: aws/codebuild/standard:5.0
45+
image: aws/codebuild/standard:6.0
4646

0 commit comments

Comments
 (0)