Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions dev/docker/docker-compose-d14n.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
x-xmtpd-server-image: &x-xmtpd-server-image ghcr.io/xmtp/xmtpd:v1.3.0
x-xmtpd-gateway-image: &x-xmtpd-gateway-image ghcr.io/xmtp/xmtpd-gateway:v1.3.0
x-xmtpd-cli-image: &x-xmtpd-cli-image ghcr.io/xmtp/xmtpd-cli:v1.3.0
# Pinned to the xmtpd #2020 merge commit (ac17e82), the first build with the XIP-83 d14n
# QueryApi.Subscribe bidi-streaming RPC. No tagged release carries it yet (latest is v1.3.0,
# Mar 2026); bump to a release tag once one ships with the RPC.
x-xmtpd-server-image: &x-xmtpd-server-image ghcr.io/xmtp/xmtpd:sha-ac17e82
x-xmtpd-gateway-image: &x-xmtpd-gateway-image ghcr.io/xmtp/xmtpd-gateway:sha-ac17e82
x-xmtpd-cli-image: &x-xmtpd-cli-image ghcr.io/xmtp/xmtpd-cli:sha-ac17e82
x-xmtpd-contracts-image: &x-xmtpd-contracts-image ghcr.io/xmtp/contracts:v2026.02.10-1
x-postgres-image: &x-postgres-image postgres:16
x-redis-image: &x-redis-image redis:7-alpine
Expand Down
Loading