Bump Node to 24 in Dockerfile and Dockerfile.dev. Bump sharp to 0.35, nodemailer to 9 and concurrently to 10. Add overrides for body-parser, qs, multiparty, uuid, diff, serialize-javascript, linkify-it and svgo to pull in security fixes that upstream pins block. Rename the sails patch to match 1.5.18.
7 lines
114 B
Docker
7 lines
114 B
Docker
FROM node:24-alpine
|
|
|
|
RUN apk -U upgrade \
|
|
&& apk add bash build-base python3 xdg-utils --no-cache
|
|
|
|
WORKDIR /app
|