fix(docker): incorrect version for arm v7

This commit is contained in:
Elian Doran 2025-10-29 17:43:10 +02:00
parent 0ad95d00dc
commit 6ffce824d1
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
# We have to use --no-frozen-lockfile due to CKEditor patches
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
FROM node:24.10.0-bullseye-slim
FROM node:22.21.0-bullseye-slim
# Install only runtime dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \