Skip to content

Commit 09d0f4f

Browse files
authored
chore: update Docker image to v0.2.2 (#25)
Update docker-compose.yml to use the latest v0.2.2 image which includes the correct contract ABI for the deployed ServiceQualityOracle.
1 parent 29001d6 commit 09d0f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
container_name: service-quality-oracle
1010

1111
# Set the image name
12-
image: ghcr.io/graphprotocol/service-quality-oracle:v0.2.1
12+
image: ghcr.io/graphprotocol/service-quality-oracle:v0.2.2
1313

1414
volumes:
1515
# Mount data directory to store data

0 commit comments

Comments
 (0)