search for standard sites pub-search.waow.tech
search zig blog atproto

chore(tap): unpin indigo tap image, use latest

v0.1.5 includes the nil pointer fix for prevData plus resync buffer
drain fix. back to :latest to avoid manual upgrade burden.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

+1 -4
+1 -4
tap/fly.toml
··· 2 2 primary_region = 'ewr' 3 3 4 4 [build] 5 - # pinned to v0.1.3 - v0.1.4 has nil pointer crash in validateCommitAndFilterOps 6 - # when prevData is null. see: https://github.com/bluesky-social/indigo/issues/XXX 7 - # TODO: upgrade when v0.1.5+ is released with fix 8 - image = 'ghcr.io/bluesky-social/indigo/tap@sha256:7c0774981025efe6a2dc0943942466fc60481b8a654bea65a4635981d0d415bc' 5 + image = 'ghcr.io/bluesky-social/indigo/tap:latest' 9 6 10 7 [env] 11 8 TAP_DATABASE_URL = 'sqlite:///data/tap.db'