- #1254: new ELK images will be provided shortly
- #1253: documentation and updater will now reflect that an update from 20.06.x is no longer possible
This commit is contained in:
t3chn0m4g3
2023-01-26 10:49:24 +00:00
parent c178d878ab
commit 7e60b46732
5 changed files with 6 additions and 11 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
#
# VARS
ENV ES_VER=8.5.3
ENV ES_VER=8.6.0
#
# Include dist
COPY dist/ /root/dist/

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
#
# VARS
ENV KB_VER=8.5.3
ENV KB_VER=8.6.0
# Include dist
COPY dist/ /root/dist/
#

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
#
# VARS
ENV LS_VER=8.5.3
ENV LS_VER=8.6.0
# Include dist
COPY dist/ /root/dist/
#