Merge pull request #31002 from mathieu-benoit/patch-3

feat: Update backend/Dockerfile - `node:20` --> `node:22`
This commit is contained in:
Fredrik Adelöw
2025-09-12 23:28:29 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -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