We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c637f commit 93f4628Copy full SHA for 93f4628
infrastructure-cdk/lib/constructs/java-build-pipeline.ts
@@ -44,7 +44,7 @@ export class JavaBuildPipeline extends Construct {
44
phases: {
45
install: {
46
"runtime-versions": {
47
- "java": "corretto11"
+ "java": "corretto17"
48
}
49
},
50
build: {
@@ -67,7 +67,7 @@ export class JavaBuildPipeline extends Construct {
67
68
const project = new PipelineProject(this, 'Pipeline', {
69
environment: {
70
- buildImage: LinuxBuildImage.STANDARD_5_0
+ buildImage: LinuxBuildImage.STANDARD_6_0
71
72
buildSpec: defaultBuildSpec
73
});
0 commit comments