tweaking:

- bump nginx to alpine 3.20
- bump cyberchef to latest release
- bump elasticvue to latest release
- update nginx config
This commit is contained in:
t3chn0m4g3
2024-12-04 20:55:39 +01:00
parent b75e22cabc
commit 967ddf6d2f
7 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
FROM node:18-alpine as builder
#
# Prep and build Cyberchef
ENV CY_VER=v10.8.2
ENV CY_VER=v10.19.4
RUN apk -U --no-cache add build-base git python3 && \
chown -R node:node /srv && \
npm install -g grunt-cli