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 3b6cc63 commit 9a8d137Copy full SHA for 9a8d137
1 file changed
lib/pipeline-stack.ts
@@ -74,7 +74,7 @@ export class PipelineStack extends Stack {
74
},
75
}),
76
environment: {
77
- buildImage: LinuxBuildImage.STANDARD_6_0,
+ buildImage: LinuxBuildImage.STANDARD_5_0,
78
79
encryptionKey: key
80
});
@@ -101,7 +101,7 @@ export class PipelineStack extends Stack {
101
102
103
104
105
106
107
0 commit comments