Skip to content

Commit f777afb

Browse files
authored
springboot 3.4.9 (#545)
Signed-off-by: Abdelsalem <[email protected]>
1 parent 98731d5 commit f777afb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose/technical/docker-compose.technical.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- postgres
6464

6565
elasticsearch:
66-
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
66+
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.5
6767
ports:
6868
- 9200:9200
6969
- 9300:9300
@@ -95,7 +95,7 @@ services:
9595
profiles:
9696
- all
9797
- kibana
98-
image: docker.elastic.co/kibana/kibana:8.7.1
98+
image: docker.elastic.co/kibana/kibana:8.15.5
9999
ports:
100100
- 5601:5601
101101
environment:
@@ -108,7 +108,7 @@ services:
108108
profiles:
109109
- all
110110
- kibana
111-
image: docker.elastic.co/logstash/logstash:8.7.1
111+
image: docker.elastic.co/logstash/logstash:8.15.5
112112
volumes:
113113
- $PWD/../technical/pipelines.yml:/config/pipelines.yml:Z
114114
- $PWD/../technical/logstash.conf:/usr/share/logstash/pipeline/logstash.conf:Z

0 commit comments

Comments
 (0)