Skip to content

Commit

Permalink
update to indexer 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Jan 8, 2025
1 parent b02ed83 commit d931450
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docker_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

#static 3MB build, no distro, no shell :)
docker build . -t urtho/conduit-cdb:latest
docker push urtho/conduit-cdb:latest
#docker build . -t urtho/conduit-cdb:latest
#docker push urtho/conduit-cdb:latest
docker buildx build --platform=linux/arm64,linux/amd64 --push --tag urtho/conduit-cdb:latest .
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
require (
github.com/algorand/avm-abi v0.2.0
github.com/algorand/go-codec/codec v1.1.10
github.com/algorand/indexer/v3 v3.7.0
github.com/algorand/indexer/v3 v3.7.1
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
github.com/jackc/pgx/v4 v4.18.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ github.com/algorand/go-algorand-sdk/v2 v2.7.0 h1:ntORjVgXnm+1jqpj55Fv2MbYitxwE9A
github.com/algorand/go-algorand-sdk/v2 v2.7.0/go.mod h1:BkHnK2PuCqzdGPNeWUo5yo6lRjyDZ9QoMN8GIjfijrA=
github.com/algorand/go-codec/codec v1.1.10 h1:zmWYU1cp64jQVTOG8Tw8wa+k0VfwgXIPbnDfiVa+5QA=
github.com/algorand/go-codec/codec v1.1.10/go.mod h1:YkEx5nmr/zuCeaDYOIhlDg92Lxju8tj2d2NrYqP7g7k=
github.com/algorand/indexer/v3 v3.7.0 h1:Ar7bQSmcOsigXZzNLjEpRlblRYzKmPnSsfAcowpu6lE=
github.com/algorand/indexer/v3 v3.7.0/go.mod h1:L08o2o+4YdWBUnNjXUaOpGQlhb32PtXXoM37GZWHuEE=
github.com/algorand/indexer/v3 v3.7.1 h1:YQXzwLA5DJ1vq5Z82/6IbSmHUyQb5bnFhGJkhh5Ocow=
github.com/algorand/indexer/v3 v3.7.1/go.mod h1:L08o2o+4YdWBUnNjXUaOpGQlhb32PtXXoM37GZWHuEE=
github.com/algorand/oapi-codegen v1.12.0-algorand.0 h1:W9PvED+wAJc+9EeXPONnA+0zE9UhynEqoDs4OgAxKhk=
github.com/algorand/oapi-codegen v1.12.0-algorand.0/go.mod h1:tIWJ9K/qrLDVDt5A1p82UmxZIEGxv2X+uoujdhEAL48=
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
Expand Down

0 comments on commit d931450

Please sign in to comment.