update node

This commit is contained in:
xbdm
2024-11-22 18:42:28 -08:00
committed by GitHub
parent 18105fcb7d
commit 02abf6e024
+2 -1
View File
@@ -1,5 +1,6 @@
#https://hub.docker.com/_/node/
FROM node:22.3.0-alpine3.19 AS build
#https://github.com/GoogleContainerTools/distroless/blob/main/README.md
FROM node:23.3.0-alpine3.19 AS build
WORKDIR /wikiless
COPY . /wikiless
RUN npm install --no-optional