mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 22:00:33 +08:00
fix(docker): incorrect version for arm v7
This commit is contained in:
parent
0ad95d00dc
commit
6ffce824d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue