We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b05c4d commit 76c5991Copy full SHA for 76c5991
Makefile
@@ -1,6 +1,6 @@
1
IMAGE?=memgraph/memgraph-docker-extension
2
3
-TAG?=3.1.0
+TAG?=3.2.0
4
5
BUILDER=buildx-multi-arch
6
docker-compose.yaml
services:
memgraph:
- image: memgraph/memgraph-mage:3.1.0-memgraph-3.1.0
+ image: memgraph/memgraph-mage:3.2
ports:
- 7687:7687
- 7444:7444
@@ -11,7 +11,7 @@ services:
11
command: ["--log-level=INFO"]
12
13
lab:
14
- image: memgraph/lab:3.1.0
+ image: memgraph/lab:3.2.0
15
16
- 3000:3000
17
depends_on:
0 commit comments