Skip to content

Commit

Permalink
upgrade(infra): upgrading to go-ipfs v0.15.0 on production
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jan 19, 2023
1 parent 970bb51 commit 63f5f81
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 @@ -361,7 +361,7 @@ const serviceIPFS = new awsx.ecs.FargateService("dpopp-ipfs", {
taskDefinitionArgs: {
containers: {
ipfs: {
image: "ceramicnetwork/go-ipfs-daemon@sha256:b77db182710abe065d9f974966488f6dd8ced93b0db50118f8a2d9c483a3a4da",
image: "ceramicnetwork/go-ipfs-daemon:962a0f2d5e29204f79bb436e5cb82f94dfe37dea", // This is go-ipfs v0.15.0
memory: 8192,
cpu: 4096,
portMappings: [ceramicListener, ipfsListener, ipfsHealthcheckListener, ifpsWSListener],
Expand Down

0 comments on commit 63f5f81

Please sign in to comment.