bump ewsposter to 1.2.0, elk stack to 7.13.2

This commit is contained in:
t3chn0m4g3
2021-06-28 16:30:40 +00:00
parent b6be931641
commit 4cb84166c5
6 changed files with 19 additions and 15 deletions

View File

@ -1,11 +1,12 @@
FROM alpine:3.13
FROM alpine:3.14
#
# Setup env and apt
RUN apk -U add \
curl \
git \
nodejs \
nodejs-npm && \
#nodejs-npm && \
npm && \
#
# Get and install packages
mkdir -p /usr/src/app/ && \