mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Bump Elastic Stack to 8.2.0, update objects
This commit is contained in:
parent
153c11babd
commit
55da6a4841
5 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
#
|
||||
# VARS
|
||||
ENV ES_VER=8.1.2
|
||||
ENV ES_VER=8.2.0
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
#
|
||||
# VARS
|
||||
ENV KB_VER=8.1.2
|
||||
ENV KB_VER=8.2.0
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
#
|
||||
# VARS
|
||||
ENV LS_VER=8.1.2
|
||||
ENV LS_VER=8.2.0
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
#
|
||||
|
@ -13,6 +13,7 @@ RUN apt-get update -y && \
|
|||
bash \
|
||||
bzip2 \
|
||||
curl \
|
||||
openjdk-11-jre \
|
||||
openssh-client && \
|
||||
#
|
||||
# Determine arch, get and install packages
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue