Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG GID=1000
# Replaces the Tailwind Play CDN (cdn.tailwindcss.com) with a locally-built
# stylesheet so we can serve it with a proper SRI hash. Node is only needed
# at build time; the final image contains only the generated tailwind.css.
FROM node:24-slim AS css-builder
FROM node:26-slim AS css-builder

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion explore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GID=1000
# ── CSS build stage ────────────────────────────────────────────────────────────
# Builds Tailwind CSS at build time so the final image serves a minified
# stylesheet. Node is only needed at build time.
FROM node:24-slim AS css-builder
FROM node:26-slim AS css-builder

WORKDIR /build

Expand Down
Loading