Skip to content

Commit ac1cfbd

Browse files
committed
fix preview container id
1 parent 6deaee0 commit ac1cfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3636
cd $DIR
3737

3838
docker pull arangodb/arangodb-preview:devel-nightly
39-
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:devel-nightly
39+
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:3.9.0-nightly
4040

4141
sleep 2
4242

0 commit comments

Comments
 (0)