Skip to content

Commit

Permalink
Bump ingest-file to 3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed May 11, 2023
1 parent ddfa961 commit fb3077e
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 @@ -45,7 +45,7 @@ services:
- "traefik.enable=false"

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.17.1
image: ghcr.io/alephdata/ingest-file:3.18.4
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 @@ -43,7 +43,7 @@ services:
ingest-file:
build:
context: services/ingest-file
image: ghcr.io/alephdata/ingest-file:3.17.1
image: ghcr.io/alephdata/ingest-file:3.18.4
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 @@ -51,7 +51,7 @@ services:
tmpfs: /tmp

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.17.1
image: ghcr.io/alephdata/ingest-file:3.18.4
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 @@ -32,7 +32,7 @@ services:
tmpfs: /tmp

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

0 comments on commit fb3077e

Please sign in to comment.