docs: update node version

Signed-off-by: David R. <114549769+Jeyso215@users.noreply.github.com>
This commit is contained in:
David R. 2024-12-30 07:49:58 -05:00 committed by GitHub
parent 94fa16450b
commit 27ad443a8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#https://hub.docker.com/_/node/
#https://github.com/GoogleContainerTools/distroless/blob/main/README.md
FROM node:23.3.0-alpine3.19 AS build
FROM node:23.5.0-alpine3.20 AS build
WORKDIR /wikiless
COPY . /wikiless
RUN npm install --no-optional