Skip to content

Commit

Permalink
feat: bump ceramic mainnet to 2.20.0 (passportxyz#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibie authored Jan 25, 2023
1 parent 7dfff2d commit 8c7ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ceramic-mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const service = new awsx.ecs.FargateService("dpopp-ceramic", {
taskDefinitionArgs: {
containers: {
ceramic: {
image: "ceramicnetwork/js-ceramic:2.18.0",
image: "ceramicnetwork/js-ceramic:2.20.0",
memory: 8192,
cpu: 4096,
portMappings: [httpsListener],
Expand Down

0 comments on commit 8c7ac83

Please sign in to comment.