Bump Elastic Stack to 8.2.2

This commit is contained in:
t3chn0m4g3 2022-06-01 10:26:49 +00:00
parent 55da6a4841
commit 73b54f5504
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
FROM ubuntu:20.04
#
# VARS
ENV ES_VER=8.2.0
ENV ES_VER=8.2.2
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,7 +1,7 @@
FROM ubuntu:20.04
#
# VARS
ENV KB_VER=8.2.0
ENV KB_VER=8.2.2
# Include dist
COPY dist/ /root/dist/
#

View file

@ -1,7 +1,7 @@
FROM ubuntu:20.04
#
# VARS
ENV LS_VER=8.2.0
ENV LS_VER=8.2.2
# Include dist
COPY dist/ /root/dist/
#
@ -13,7 +13,7 @@ RUN apt-get update -y && \
bash \
bzip2 \
curl \
openjdk-11-jre \
# openjdk-11-jre \
openssh-client && \
#
# Determine arch, get and install packages