Skip to content

Commit a112f50

Browse files
authored
Update Python build image version
1 parent 93f4628 commit a112f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class PythonBuildPipeline extends Construct {
6868

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

0 commit comments

Comments
 (0)