Skip to content

Commit f153465

Browse files
authored
[fix][chore] Use latest arangodb 3.11 (#2313)
1 parent 42ad04b commit f153465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
graphdb-upgrade:
3-
image: arangodb:3.10.1
3+
image: arangodb:3.11.12
44
container_name: graphdb-upgrade
55
environment:
66
- ARANGO_ROOT_PASSWORD=
@@ -11,7 +11,7 @@ services:
1111
command:
1212
- --database.auto-upgrade
1313
graphdb:
14-
image: arangodb:3.10.1
14+
image: arangodb:3.11.12
1515
depends_on:
1616
graphdb-upgrade:
1717
condition: service_completed_successfully

0 commit comments

Comments
 (0)