Skip to content

Commit

Permalink
fix(infra): use 'ceramicnetwork/js-ceramic:2.6.1-rc.2' for our mainne…
Browse files Browse the repository at this point in the history
…t node
  • Loading branch information
nutrina committed Sep 7, 2022
1 parent dd02a17 commit 21fcf4c
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 @@ -335,7 +335,7 @@ const service = new awsx.ecs.FargateService("dpopp-ceramic", {
taskDefinitionArgs: {
containers: {
ceramic: {
image: "ceramicnetwork/js-ceramic:2.6.0",
image: "ceramicnetwork/js-ceramic:2.6.1-rc.2",
memory: 8192,
cpu: 4096,
portMappings: [httpsListener],
Expand Down

0 comments on commit 21fcf4c

Please sign in to comment.