Skip to content

Commit

Permalink
Update CI version of neo4j to 5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jtronge committed Apr 11, 2024
1 parent a0bbfc6 commit c4141ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/bee_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ printf "**Setting up BEE containers**\n"
printf "\n\n"
mkdir -p $HOME/img
# Pull the Neo4j container
ch-image pull neo4j:3.5.22 || exit 1
ch-convert -i ch-image -o tar neo4j:3.5.22 $NEO4J_CONTAINER || exit 1
ch-image pull neo4j:5.17 || exit 1
ch-convert -i ch-image -o tar neo4j:5.17 $NEO4J_CONTAINER || exit 1
# Pull the Redis container
ch-image pull redis || exit 1
ch-convert -i ch-image -o tar redis $REDIS_CONTAINER || exit 1
Expand Down

0 comments on commit c4141ac

Please sign in to comment.