Skip to content

Commit 6933ee0

Browse files
committed
bump elastic stack to 8.18.2
1 parent 8fd23d7 commit 6933ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/elk/elasticsearch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.04
22
ENV DEBIAN_FRONTEND noninteractive
3-
ENV ES_VER=8.18.1
3+
ENV ES_VER=8.18.2
44
#
55
# Include dist
66
COPY dist/ /root/dist/

docker/elk/kibana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20.18.2-alpine3.20
2-
ENV KB_VER=8.18.1
2+
ENV KB_VER=8.18.2
33
#
44
# Include dist
55
COPY dist/ /root/dist/

docker/elk/logstash/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.04
22
ENV DEBIAN_FRONTEND=noninteractive
3-
ENV LS_VER=8.18.1
3+
ENV LS_VER=8.18.2
44
#
55
# Include dist
66
COPY dist/ /root/dist/

0 commit comments

Comments
 (0)