Skip to content

Commit f54682d

Browse files
use latest codebuild image that supports java 11
1 parent 3525072 commit f54682d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cicd/2-cicd/cicd.template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Resources:
121121
Environment:
122122
Type: LINUX_CONTAINER
123123
ComputeType: BUILD_GENERAL1_SMALL
124-
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
124+
Image: aws/codebuild/standard:5.0
125125
PrivilegedMode: true
126126
EnvironmentVariables:
127127
- Name: ARTIFACT_STORE
@@ -160,7 +160,7 @@ Resources:
160160
Environment:
161161
Type: LINUX_CONTAINER
162162
ComputeType: BUILD_GENERAL1_SMALL
163-
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
163+
Image: aws/codebuild/standard:5.0
164164
PrivilegedMode: true
165165
EnvironmentVariables:
166166
- Name: ARTIFACT_STORE
@@ -183,7 +183,7 @@ Resources:
183183
Environment:
184184
Type: LINUX_CONTAINER
185185
ComputeType: BUILD_GENERAL1_SMALL
186-
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
186+
Image: aws/codebuild/standard:5.0
187187
PrivilegedMode: true
188188
EnvironmentVariables:
189189
- Name: ARTIFACT_STORE

0 commit comments

Comments
 (0)