Skip to content

Commit

Permalink
Use other exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Dec 2, 2023
1 parent b8b32fa commit 2dffa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioi/oioi-test-cdk/lib/oioi-test-cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class OioiTestCdkStack extends cdk.Stack {
super(scope, id, props);

const image =
"public.ecr.aws/ecs-sample-image/amazon-ecs-sample:latest";
"threecomma/helloworld";

const { vpc, autoScalingGroup } = new oioi.Oioi(this, "Oioi", {
groupName: "test",
Expand Down

0 comments on commit 2dffa48

Please sign in to comment.