Skip to content

Commit

Permalink
[fix][chore] Use latest arangodb 3.11 (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Jan 27, 2025
1 parent 42ad04b commit f153465
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
@@ -1,6 +1,6 @@
services:
graphdb-upgrade:
image: arangodb:3.10.1
image: arangodb:3.11.12
container_name: graphdb-upgrade
environment:
- ARANGO_ROOT_PASSWORD=
Expand All @@ -11,7 +11,7 @@ services:
command:
- --database.auto-upgrade
graphdb:
image: arangodb:3.10.1
image: arangodb:3.11.12
depends_on:
graphdb-upgrade:
condition: service_completed_successfully
Expand Down

0 comments on commit f153465

Please sign in to comment.