chore: update frontend dockerfile to node 23

This commit is contained in:
sam 2025-02-11 14:57:07 +01:00
parent c47fc41437
commit 30146556f5
Signed by: sam
GPG key ID: B4EF20DDE721CAA1

View file

@ -1,4 +1,4 @@
FROM docker.io/node:22-slim
FROM docker.io/node:23-slim
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"