Skip to content

Commit

Permalink
Dump oracle image version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Dec 27, 2021
1 parent fc570d1 commit fdce388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ volumes:
services:
oracle:
container_name: oracle
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.1
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.2
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -30,7 +30,7 @@ services:

keeper:
container_name: keeper
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.1
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.2
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down

0 comments on commit fdce388

Please sign in to comment.