mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
bump cyberchef, esvue to latest release
This commit is contained in:
parent
909ca358f0
commit
ded2124932
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:10.24.1-alpine3.11 as builder
|
FROM node:17.9.0-alpine3.15 as builder
|
||||||
#
|
#
|
||||||
# Prep and build Cyberchef
|
# Prep and build Cyberchef
|
||||||
RUN apk -U --no-cache add git && \
|
RUN apk -U --no-cache add git && \
|
||||||
|
@ -6,12 +6,12 @@ RUN apk -U --no-cache add git && \
|
||||||
npm install -g grunt-cli
|
npm install -g grunt-cli
|
||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
USER node
|
USER node
|
||||||
RUN git clone https://github.com/gchq/cyberchef -b v9.32.3 . && \
|
RUN git clone https://github.com/gchq/cyberchef -b v9.37.1 . && \
|
||||||
NODE_OPTIONS=--max_old_space_size=2048 && \
|
NODE_OPTIONS=--max_old_space_size=2048 && \
|
||||||
npm install && \
|
npm install && \
|
||||||
grunt prod && \
|
grunt prod && \
|
||||||
cd build/prod && \
|
cd build/prod && \
|
||||||
rm CyberChef_v9.32.3.zip && \
|
rm CyberChef_v9.37.1.zip && \
|
||||||
tar cvfz cyberchef.tgz *
|
tar cvfz cyberchef.tgz *
|
||||||
#
|
#
|
||||||
FROM scratch AS exporter
|
FROM scratch AS exporter
|
||||||
|
|
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
Binary file not shown.
BIN
docker/nginx/dist/html/esvue/esvue.tgz
vendored
BIN
docker/nginx/dist/html/esvue/esvue.tgz
vendored
Binary file not shown.
Loading…
Reference in a new issue