feat: Update backend/Dockerfile - node:20 --> node:22

Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
This commit is contained in:
Mathieu Benoit
2025-08-27 16:14:49 -04:00
committed by GitHub
parent 210406dfc0
commit bf02e9649e
@@ -12,7 +12,7 @@
# Alternatively, there is also a multi-stage Dockerfile documented here:
# https://backstage.io/docs/deployment/docker#multi-stage-build
FROM node:20-bookworm-slim
FROM node:22-bookworm-slim
# Set Python interpreter for `node-gyp` to use
ENV PYTHON=/usr/bin/python3