Skip to content

Commit

Permalink
new: Update version to 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tonilastre committed Nov 27, 2024
1 parent 1fbdb61 commit 66747bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IMAGE?=memgraph/memgraph-docker-extension

TAG?=2.21.0
TAG?=2.22.0

BUILDER=buildx-multi-arch

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
memgraph:
image: memgraph/memgraph-mage:1.21-memgraph-2.21
image: memgraph/memgraph-mage:1.22-memgraph-2.22
ports:
- 7687:7687
- 7444:7444
Expand All @@ -11,7 +11,7 @@ services:
command: ["--log-level=INFO"]

lab:
image: memgraph/lab:2.18.0
image: memgraph/lab:2.19.0
ports:
- 3000:3000
depends_on:
Expand Down

0 comments on commit 66747bd

Please sign in to comment.