mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
update node
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user