Skip to content

Commit

Permalink
chore(docker-compose): bump observer and resolver version for release 13
Browse files Browse the repository at this point in the history
We think these are the final versions for release 13, but they may get
bumped again if we find issues between now and then.
  • Loading branch information
djwhitt committed Jun 18, 2024
1 parent fa5f052 commit 74ce361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- ${REDIS_DATA_PATH:-./data/redis}:/data

observer:
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-f4b2b2b1d4e6016d7392fdcab2c084e4de126376}
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-1a99076d834418084f8d191d165d23b787f88476}
restart: on-failure:5
ports:
- 5050:5050
Expand All @@ -114,7 +114,7 @@ services:
- AR_IO_NODE_RELEASE=${AR_IO_NODE_RELEASE:-13-pre}

resolver:
image: ghcr.io/ar-io/arns-resolver:${RESOLVER_IMAGE_TAG:-fe035b80cc9e6038b4d4bec671ec9b33ac184e18}
image: ghcr.io/ar-io/arns-resolver:${RESOLVER_IMAGE_TAG:-7cd39cf8fd65666aa34bc70bda1c5aebfaec9ed1}
restart: on-failure:5
ports:
- 6000:6000
Expand Down

0 comments on commit 74ce361

Please sign in to comment.