bump cyberchef to 9.55.0, fix glitches

This commit is contained in:
t3chn0m4g3
2023-01-20 17:42:17 +00:00
parent 8547699061
commit 90eab744b1
5 changed files with 13 additions and 10 deletions

View File

@ -1,7 +1,8 @@
FROM node:17.9.0-alpine3.15 as builder
#FROM node:17.9.0-alpine3.15 as builder
FROM node:18-alpine3.15 as builder
#
# Prep and build Cyberchef
ENV CY_VER=v9.48.0
ENV CY_VER=v9.55.0
RUN apk -U --no-cache add build-base git python3 && \
chown -R node:node /srv && \
npm install -g grunt-cli