Skip to content

Commit

Permalink
Update dgraph/dgraph Docker tag to v23.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 68cf0b5 commit b9ee787
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 @@ -12,7 +12,7 @@ networks:
services:
# Dgraph Zero controls the Dgraph cluster, assigns servers to a group, and re-balances data between server groups.
dgraph-zero:
image: dgraph/dgraph:v23.1.0
image: dgraph/dgraph:v23.1.1
container_name: dgraph-zero
networks:
- shared-network
Expand All @@ -35,7 +35,7 @@ services:
container_name: dgraph-alpha
networks:
- shared-network
image: dgraph/dgraph:v23.1.0
image: dgraph/dgraph:v23.1.1
volumes:
- type: volume
source: dgraph
Expand Down

0 comments on commit b9ee787

Please sign in to comment.