Skip to content

Commit

Permalink
Use latest kakarot deployer image in docker compose (#1013)
Browse files Browse the repository at this point in the history
* Use latest kakarot deployer image in docker compose

* Update docker-compose.yaml
  • Loading branch information
Eikix authored Apr 24, 2024
1 parent 059e6a0 commit 6735f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
restart: on-failure

kakarot-deployer:
image: ghcr.io/kkrt-labs/kakarot/deployer:v0.6.2
image: ghcr.io/kkrt-labs/kakarot/deployer:v0.7.2
# Always pull the latest image, until we use release tags
pull_policy: always
environment:
Expand Down

0 comments on commit 6735f07

Please sign in to comment.