Skip to content

Commit 76c5991

Browse files
committed
new: Update version to 3.2.0
1 parent 1b05c4d commit 76c5991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IMAGE?=memgraph/memgraph-docker-extension
22

3-
TAG?=3.1.0
3+
TAG?=3.2.0
44

55
BUILDER=buildx-multi-arch
66

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
memgraph:
3-
image: memgraph/memgraph-mage:3.1.0-memgraph-3.1.0
3+
image: memgraph/memgraph-mage:3.2
44
ports:
55
- 7687:7687
66
- 7444:7444
@@ -11,7 +11,7 @@ services:
1111
command: ["--log-level=INFO"]
1212

1313
lab:
14-
image: memgraph/lab:3.1.0
14+
image: memgraph/lab:3.2.0
1515
ports:
1616
- 3000:3000
1717
depends_on:

0 commit comments

Comments
 (0)