1
0
Fork 0

Upgrade to node 22.9 and yarn lock to fix vulnerabilities

Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
Kevin Pollet 2024-10-08 17:52:04 +02:00 committed by GitHub
parent 157cf75e38
commit 7b477f762a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1458 additions and 1350 deletions

View file

@ -1,7 +1,7 @@
FROM node:20.14
FROM node:22.9-alpine3.20
# Current Active LTS release according to (https://nodejs.org/en/about/releases/)
ENV WEBUI_DIR /src/webui
ENV WEBUI_DIR=/src/webui
RUN mkdir -p $WEBUI_DIR
COPY package.json $WEBUI_DIR/