mirror of
https://github.com/Metastem/Wikiless.git
synced 2025-06-28 13:09:51 +00:00
docs: update node version
Signed-off-by: David R. <114549769+Jeyso215@users.noreply.github.com>
This commit is contained in:
parent
94fa16450b
commit
27ad443a8d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#https://hub.docker.com/_/node/
|
#https://hub.docker.com/_/node/
|
||||||
#https://github.com/GoogleContainerTools/distroless/blob/main/README.md
|
#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
|
WORKDIR /wikiless
|
||||||
COPY . /wikiless
|
COPY . /wikiless
|
||||||
RUN npm install --no-optional
|
RUN npm install --no-optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue