Skip to content

Commit

Permalink
upgrade(infra): upgrading to go-ipfs v0.15.0 on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jan 19, 2023
1 parent 77959de commit 970bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ceramic-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,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 970bb51

Please sign in to comment.