File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 env :
1313 DOCKER_ORGANIZATION_NAME : memgraph
1414 DOCKER_REPOSITORY_NAME : memgraph-mage
15- MEMGRAPH_VERSION : 2.6 .0
15+ MEMGRAPH_VERSION : 2.7 .0
1616 steps :
1717 - name : Checkout repository and submodules
1818 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 env :
14- MEMGRAPH_VERSION : 2.6 .0
14+ MEMGRAPH_VERSION : 2.7 .0
1515 strategy :
1616 matrix :
1717 architecture : ["amd64", "arm64"]
Original file line number Diff line number Diff line change 11[submodule "cpp/memgraph "]
22 path = cpp/memgraph
33 url = https://github.com/memgraph/memgraph.git
4- branch = release/2.6
4+ branch = release/2.7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:bullseye as base
44
55USER root
66
7- ARG MG_VERSION=2.6 .0
7+ ARG MG_VERSION=2.7 .0
88ARG PY_VERSION_DEFAULT
99ENV MG_VERSION ${MG_VERSION}
1010ENV PY_VERSION ${PY_VERSION_DEFAULT}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG CUGRAPH_VERSION=22.02
22ARG CUDA_VERSION=11.5
33ARG CUDA_VERSION_MINOR=11.5.2
44ARG PY_VERSION=3.8
5- ARG MG_VERSION=2.6 .0
5+ ARG MG_VERSION=2.7 .0
66
77FROM rapidsai/rapidsai:${CUGRAPH_VERSION}-cuda${CUDA_VERSION}-runtime-ubuntu20.04-py${PY_VERSION} as cugraph-dev
88
You can’t perform that action at this time.
0 commit comments