We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b754f commit 92419e8Copy full SHA for 92419e8
VERSION
@@ -1 +1 @@
1
-1.4.6
+1.4.7
docker/docker-compose.yaml
@@ -1,6 +1,6 @@
services:
2
mysql:
3
- image: mariadb:11.1.2
+ image: mariadb:11.6.2
4
container_name: mysql
5
restart: unless-stopped
6
cap_drop:
@@ -20,7 +20,7 @@ services:
20
- ./piler.cnf:/etc/mysql/conf.d/piler.cnf:ro
21
22
manticore:
23
- image: manticoresearch/manticore:6.3.2
+ image: manticoresearch/manticore:6.3.8
24
container_name: manticore
25
26
volumes:
@@ -34,7 +34,7 @@ services:
34
memory: 512M
35
36
piler:
37
- image: sutoj/piler:${VERSION:-1.4.6}
+ image: sutoj/piler:${VERSION:-1.4.7}
38
container_name: piler
39
init: true
40
environment:
0 commit comments