Skip to content

Commit

Permalink
fix(infra): upgrading ceramic version for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jan 20, 2023
1 parent 53ff063 commit 3dfe417
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.6.1-rc.2",
image: "ceramicnetwork/js-ceramic:2.18.0",
memory: 8192,
cpu: 4096,
portMappings: [httpsListener],
Expand Down

0 comments on commit 3dfe417

Please sign in to comment.