chore: upgrade Node.js runtime to v24 across codebase #419

Merged
jason.woltje merged 438 commits from fix/auth-frontend-remediation into main 2026-02-17 01:04:47 +00:00
Showing only changes of commit c5a87df6e1 - Show all commits

View File

@@ -9,8 +9,9 @@ RUN apt-get update && \
build-essential \
&& rm -rf /var/lib/apt/lists/*
# Copy dependency files
# Copy dependency files and private registry config
COPY pyproject.toml .
COPY pip.conf /etc/pip.conf
# Create virtual environment and install dependencies
RUN python -m venv /opt/venv