chore: update frontend dockerfile to node 23
This commit is contained in:
parent
c47fc41437
commit
30146556f5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/node:22-slim
|
FROM docker.io/node:23-slim
|
||||||
|
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue