diff --git a/docker/production/docker-compose.yml b/docker/production/docker-compose.yml index 72e6d4a4a..fa783d879 100644 --- a/docker/production/docker-compose.yml +++ b/docker/production/docker-compose.yml @@ -44,7 +44,7 @@ services: - indexer restart: always indexer: &ortelius-app - image: "avaplatform/ortelius:v1.7.1" + image: "avaplatform/ortelius:v1.7.1-log-fix" command: ["stream", "indexer", "-c", "/opt/config.json"] external_links: - mysql diff --git a/docker/standalone/docker-compose.yml b/docker/standalone/docker-compose.yml index dc81e77f0..b889704a0 100644 --- a/docker/standalone/docker-compose.yml +++ b/docker/standalone/docker-compose.yml @@ -26,7 +26,7 @@ services: - indexer restart: always indexer: &ortelius-app - image: "avaplatform/ortelius:v1.7.1" + image: "avaplatform/ortelius:v1.7.1-log-fix" command: ["stream", "indexer", "-c", "/opt/config.json"] networks: - services diff --git a/go.mod b/go.mod index b80cf7834..a928a7082 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ava-labs/ortelius go 1.16 require ( - github.com/ava-labs/avalanchego v1.7.1 + github.com/ava-labs/avalanchego v1.7.2-0.20211130002823-c6973c153fa3 github.com/ava-labs/coreth v0.8.1-rc.0 github.com/ethereum/go-ethereum v1.10.12 github.com/go-sql-driver/mysql v1.6.0 diff --git a/go.sum b/go.sum index c0cfed54b..2908fe173 100644 --- a/go.sum +++ b/go.sum @@ -86,8 +86,8 @@ github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hC github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/ava-labs/avalanchego v1.6.6-0.20211122023205-994831adda9b/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk= -github.com/ava-labs/avalanchego v1.7.1 h1:vN6UGxkDSw/CRSx/uWCbT3GQ1Gmvx6IOM7WB3fMGmjM= -github.com/ava-labs/avalanchego v1.7.1/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk= +github.com/ava-labs/avalanchego v1.7.2-0.20211130002823-c6973c153fa3 h1:tViw3lu2RfCIIsr1Zg4S3rD1Onp8wYjzKAq10tZepR4= +github.com/ava-labs/avalanchego v1.7.2-0.20211130002823-c6973c153fa3/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk= github.com/ava-labs/coreth v0.8.1-rc.0 h1:hBqu2E0ym54E+3ojgtV026D3aliOpHt5ssX+04uaBOg= github.com/ava-labs/coreth v0.8.1-rc.0/go.mod h1:rxTZLwjo6dfyPRkf5WfLEFP3C6Tn21lCjjLUH5XqeqM= github.com/aws/aws-sdk-go-v2 v1.2.0/go.mod h1:zEQs02YRBw1DjK0PoJv3ygDYOFTre1ejlJWl8FwAuQo=