Bump Elastic Stack to 8.18.4

This commit is contained in:
t3chn0m4g3 2025-08-07 10:43:18 +02:00
parent 443a9d19fc
commit 0be973b4eb
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.18.3
ENV ES_VER=8.18.4
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,5 +1,5 @@
FROM node:20.19.2-alpine3.20
ENV KB_VER=8.18.3
ENV KB_VER=8.18.4
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.18.3
ENV LS_VER=8.18.4
#
# Include dist
COPY dist/ /root/dist/