FROM dhi.io/node:22-debian13

LABEL parent-images=debian13-node22-hardened

# Run container as the nonroot user.
USER node
