Skip to content

Commit 93f4628

Browse files
authored
Update Java build pipeline
Update build image version and update the Corretto version to 17
1 parent b7c637f commit 93f4628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure-cdk/lib/constructs/java-build-pipeline.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class JavaBuildPipeline extends Construct {
4444
phases: {
4545
install: {
4646
"runtime-versions": {
47-
"java": "corretto11"
47+
"java": "corretto17"
4848
}
4949
},
5050
build: {
@@ -67,7 +67,7 @@ export class JavaBuildPipeline extends Construct {
6767

6868
const project = new PipelineProject(this, 'Pipeline', {
6969
environment: {
70-
buildImage: LinuxBuildImage.STANDARD_5_0
70+
buildImage: LinuxBuildImage.STANDARD_6_0
7171
},
7272
buildSpec: defaultBuildSpec
7373
});

0 commit comments

Comments
 (0)