Skip to content

Commit

Permalink
Update LegendAwsStack.java (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsstan authored Sep 18, 2023
1 parent bbc3293 commit 63be41a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public LegendAwsStack(final Construct scope, final String id, final StackProps p
ApplicationLoadBalancedTaskImageOptions
.builder()
.image(ContainerImage.fromRegistry(
"dockerizeduser/legend-box2:latest"))
"finos/legend-omnibus:2023-09-15-ghc"))
.environment(environment)
.build())
.memoryLimitMiB(4096)
Expand Down

0 comments on commit 63be41a

Please sign in to comment.