mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
IMPORTANT: Fix Node Version
Bump node version to `10.22.1-alpine` **KIBANA WILL NOT WORK WITHOUT THIS**
This commit is contained in:
parent
d351a89096
commit
84a741ec64
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.22.0-alpine
|
||||
FROM node:10.22.1-alpine
|
||||
#
|
||||
# VARS
|
||||
ENV KB_VER=7.9.2
|
||||
|
|
Loading…
Reference in a new issue