Skip to content

Commit

Permalink
Bump ingest-file to 3.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Sep 8, 2023
1 parent 92992da commit 10534c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/aleph-traefik-minio-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- "traefik.enable=false"

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.19.0
image: ghcr.io/alephdata/ingest-file:3.19.2
tmpfs:
- /tmp:mode=777
volumes:
Expand Down
2 changes: 1 addition & 1 deletion contrib/keycloak/docker-compose.dev-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
ingest-file:
build:
context: services/ingest-file
image: ghcr.io/alephdata/ingest-file:3.19.0
image: ghcr.io/alephdata/ingest-file:3.19.2
hostname: ingest
tmpfs: /tmp
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- redis-data:/data

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.19.0
image: ghcr.io/alephdata/ingest-file:3.19.2
hostname: ingest
tmpfs: /tmp
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- redis-data:/data

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.19.0
image: ghcr.io/alephdata/ingest-file:3.19.2
tmpfs:
- /tmp:mode=777
volumes:
Expand Down

0 comments on commit 10534c7

Please sign in to comment.