Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ ENTRYPOINT ["/usr/bin/tini", "--", "qemu-system-x86_64"]
# architecture-independent, while the tailwind/lightningcss pipeline only
# ships native bindings for the builder platforms - the per-arch legs never
# run it under QEMU.
FROM --platform=$BUILDPLATFORM node:26.8.1-slim AS saddle-build
FROM --platform=$BUILDPLATFORM node:26.8.2-slim AS saddle-build

ARG SADDLE_VERSION
WORKDIR /app
Expand Down Expand Up @@ -1310,7 +1310,7 @@ ENTRYPOINT ["/entrypoint.sh"]
# docker build --target saddle-runtime -t saddle:<version> .
# ══════════════════════════════════════════════════════════════════════

FROM node:26.8.1-slim AS saddle-runtime
FROM node:26.8.2-slim AS saddle-runtime

ARG SADDLE_VERSION
LABEL org.opencontainers.image.title="Saddle" \
Expand Down
Loading