mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Bump Elastic Stack to 8.2.0, update objects
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user