Skip to content

Commit 7855df3

Browse files
committed
Bump ingest-file version
1 parent 3cae6eb commit 7855df3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contrib/aleph-traefik-minio-keycloak/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- "traefik.enable=false"
3737

3838
ingest-file:
39-
image: ghcr.io/alephdata/ingest-file:4.0.0
39+
image: ghcr.io/alephdata/ingest-file:4.0.1
4040
tmpfs:
4141
- /tmp:mode=777
4242
volumes:

contrib/keycloak/docker-compose.dev-keycloak.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
ingest-file:
3636
build:
3737
context: services/ingest-file
38-
image: ghcr.io/alephdata/ingest-file:4.0.0
38+
image: ghcr.io/alephdata/ingest-file:4.0.1
3939
hostname: ingest
4040
tmpfs: /tmp
4141
volumes:

docker-compose.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
tmpfs: /tmp
5151

5252
ingest-file:
53-
image: ghcr.io/alephdata/ingest-file:4.0.0
53+
image: ghcr.io/alephdata/ingest-file:4.0.1
5454
# build:
5555
# context: ../ingest-file
5656
hostname: ingest

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- rabbitmq-data:/var/lib/rabbitmq/
3434

3535
ingest-file:
36-
image: ghcr.io/alephdata/ingest-file:4.0.0
36+
image: ghcr.io/alephdata/ingest-file:4.0.1
3737
tmpfs:
3838
- /tmp:mode=777
3939
volumes:

0 commit comments

Comments
 (0)