Skip to content

Commit 7980a59

Browse files
committed
fix: Use jammy instead of noble for imageRecipe
1 parent cbfa519 commit 7980a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdk/lib/prism.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class Prism extends GuStack {
8989
applicationLogging: {
9090
enabled: true,
9191
},
92-
imageRecipe: 'arm64-noble-java21-deploy-infrastructure',
92+
imageRecipe: 'arm64-jammy-java21-deploy-infrastructure',
9393
instanceType: InstanceType.of(InstanceClass.T4G, InstanceSize.MEDIUM),
9494
userData,
9595
certificateProps: {

0 commit comments

Comments
 (0)