Skip to content

Commit 22593a1

Browse files
catilepticstchris
authored andcommitted
Bump FTM version and ingest-file img version
1 parent 5e65006 commit 22593a1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docker-compose.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ services:
3030

3131
redis:
3232
image: redis:alpine
33-
command: [ "redis-server", "--save", "3600", "10" ]
33+
command: ["redis-server", "--save", "3600", "10"]
3434
volumes:
3535
- redis-data:/data
3636

3737
ingest-file:
38-
image: ghcr.io/alephdata/ingest-file:3.19.3
38+
image: ghcr.io/alephdata/ingest-file:3.20.0-rc2
3939
hostname: ingest
4040
tmpfs: /tmp
4141
volumes:

helm/charts/aleph/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ description: Helm chart for Aleph
44
type: application
55
version: 3.15.4
66
appVersion: 3.15.4
7+

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependencies maintained by OCCRP
22
banal==1.0.6
3-
followthemoney==3.5.4
3+
followthemoney==3.5.8
44
followthemoney-store[postgresql]==3.0.6
55
followthemoney-compare==0.4.4
66
fingerprints==1.2.3

0 commit comments

Comments
 (0)