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 infra/docker/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# =============================================================================
ARG PYTHON_VERSION=3.12

FROM node:22-bookworm-slim AS node-runtime
FROM node:25-bookworm-slim AS node-runtime

FROM python:${PYTHON_VERSION}-slim AS base
ENV PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Multi-stage: `dev` (hot reload, used by compose) and non-root `runner` (prod).
# Build context is the REPO ROOT: docker build -f infra/docker/web.Dockerfile .
# =============================================================================
FROM node:22-alpine AS base
FROM node:25-alpine AS base
RUN corepack enable
WORKDIR /app

Expand Down
Loading