Skip to content

Commit 68f12bd

Browse files
authored
update docker
1 parent 45b6e88 commit 68f12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
# specify any bash command here prefixed with `run: `
2525
- run: go get -v -t -d ./...
2626
- run: |
27-
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
27+
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph:edge
2828
go test -v ./...

0 commit comments

Comments
 (0)