Skip to content

Commit

Permalink
bump docker image version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli authored Nov 1, 2024
1 parent 1b34d77 commit cc363b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-babylon-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# This is a one-off container just for setting the Babylon keys
set-babylon-keys:
container_name: set-babylon-keys
image: snapchain/babylon-deployment-utils:5881538
image: snapchain/babylon-deployment-utils:1b34d77
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand All @@ -15,7 +15,7 @@ services:
# This is a one-off container just for registering the consumer chain
register-consumer-chain:
container_name: register-consumer-chain
image: snapchain/babylon-deployment-utils:5881538
image: snapchain/babylon-deployment-utils:1b34d77
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
# This is a one-off container just for deploying cw contract
deploy-cw-contract:
container_name: deploy-cw-contract
image: snapchain/babylon-deployment-utils:5881538
image: snapchain/babylon-deployment-utils:1b34d77
env_file:
- "${PWD}/.env.babylon-integration"
volumes:
Expand Down

0 comments on commit cc363b3

Please sign in to comment.