mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
CVE-2022-2309
fixes old node version which is vulnerable to https://www.cve.org/CVERecord?id=CVE-2022-2309 Introduced through: node@18 -> libxml2@2.9.14+dfsg-1.2 Fix: Upgrade to libxml2@2.9.14+dfsg-1.3~deb12u1 <- node:20.4-bookworm-slim
This commit is contained in:
parent
1866eec91a
commit
a448293c61
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:18
|
||||
FROM node:20.4-bookworm-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue