Skip to content

Commit 1266ec4

Browse files
authored
Bump xmtpd to 0.2.0 (#1645)
1 parent fedd32e commit 1266ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/docker/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ services:
6969
# note: the SHA here is tied to the XTMPD_CONTRACTS_*_ADDRESSes
7070
# if you bump the version of anvil-xmtpd you will have to change the contracts
7171
# you can find them inside the anvil-xmtpd image via `docker exec libxmtp-chain-1 cat contracts.env`
72-
image: ghcr.io/xmtp/anvil-xmtpd:sha-9d0de26
72+
image: ghcr.io/xmtp/anvil-xmtpd:v0.2.0
7373
command: ["--host", "0.0.0.0"]
7474

7575
repnode:
7676
platform: linux/amd64
7777
# note: avoid using :latest while xmtpd is under development to avoid breaking changes
78-
image: ghcr.io/xmtp/xmtpd:sha-9d0de26
78+
image: ghcr.io/xmtp/xmtpd:v0.2.0
7979
environment:
8080
XMTPD_DB_WRITER_CONNECTION_STRING: "postgres://postgres:xmtp@replicationdb:5432/postgres?sslmode=disable"
8181
XMTPD_CONTRACTS_RPC_URL: "http://chain:8545"

0 commit comments

Comments
 (0)