Skip to content

Commit 92419e8

Browse files
authored
Release of 1.4.7 (#213)
Signed-off-by: Janos SUTO <[email protected]>
1 parent 26b754f commit 92419e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.7

docker/docker-compose.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mysql:
3-
image: mariadb:11.1.2
3+
image: mariadb:11.6.2
44
container_name: mysql
55
restart: unless-stopped
66
cap_drop:
@@ -20,7 +20,7 @@ services:
2020
- ./piler.cnf:/etc/mysql/conf.d/piler.cnf:ro
2121

2222
manticore:
23-
image: manticoresearch/manticore:6.3.2
23+
image: manticoresearch/manticore:6.3.8
2424
container_name: manticore
2525
restart: unless-stopped
2626
volumes:
@@ -34,7 +34,7 @@ services:
3434
memory: 512M
3535

3636
piler:
37-
image: sutoj/piler:${VERSION:-1.4.6}
37+
image: sutoj/piler:${VERSION:-1.4.7}
3838
container_name: piler
3939
init: true
4040
environment:

0 commit comments

Comments
 (0)