Skip to content

Commit

Permalink
Upgrade logstash in docker image to 8.13.0 dcm4che/dcm4chee-arc-ligh…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Apr 19, 2024
1 parent a4efb04 commit e1e70a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM logstash:8.4.2
FROM logstash:8.13.0

RUN /usr/share/logstash/bin/logstash-plugin install --version 5.0.0 logstash-codec-frame && \
/usr/share/logstash/bin/logstash-plugin install --version 6.4.3 logstash-filter-hashtree
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
elasticsearch:
image: elasticsearch:8.4.2
image: elasticsearch:8.13.0
environment:
ES_JAVA_OPTS: -Xms512m -Xmx512m
http.cors.enabled: "true"
Expand All @@ -21,7 +21,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /var/local/dcm4chee-arc/esdatadir:/usr/share/elasticsearch/data
kibana:
image: kibana:8.4.2
image: kibana:8.13.0
logging:
driver: json-file
options:
Expand All @@ -34,7 +34,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
logstash:
image: dcm4che/logstash-dcm4chee:8.4.2-15
image: dcm4che/logstash-dcm4chee:8.13.0-16
logging:
driver: json-file
options:
Expand Down

0 comments on commit e1e70a9

Please sign in to comment.