Skip to content

Commit 9a8d137

Browse files
committed
Changed the build image to standard 5.0
* 6.0 includes Node 16 only, not 14. Using Standard 5.0 in order to be consistent with the stated requirements.
1 parent 3b6cc63 commit 9a8d137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pipeline-stack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class PipelineStack extends Stack {
7474
},
7575
}),
7676
environment: {
77-
buildImage: LinuxBuildImage.STANDARD_6_0,
77+
buildImage: LinuxBuildImage.STANDARD_5_0,
7878
},
7979
encryptionKey: key
8080
});
@@ -101,7 +101,7 @@ export class PipelineStack extends Stack {
101101
},
102102
}),
103103
environment: {
104-
buildImage: LinuxBuildImage.STANDARD_6_0,
104+
buildImage: LinuxBuildImage.STANDARD_5_0,
105105
},
106106
encryptionKey: key
107107
});

0 commit comments

Comments
 (0)