Skip to content

Commit c51eb83

Browse files
authored
Update dockerfile to node 20 (#601)
1 parent 91d11b2 commit c51eb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
33
# you will also find guides on how best to write your Dockerfile
4-
FROM node:19 as builder-production
4+
FROM node:20 as builder-production
55

66
WORKDIR /app
77

@@ -21,7 +21,7 @@ COPY --link --chown=1000 . .
2121
RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local \
2222
npm run build
2323

24-
FROM node:19-slim
24+
FROM node:20-slim
2525

2626
RUN npm install -g pm2
2727

0 commit comments

Comments
 (0)