bump cyberchef, esvue to latest release

This commit is contained in:
t3chn0m4g3 2022-04-14 16:52:48 +00:00
parent 909ca358f0
commit ded2124932
3 changed files with 3 additions and 3 deletions

View file

@ -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

Binary file not shown.

Binary file not shown.