upgrade/deps-react-node-20251028 #2

Merged
matthias.lotz merged 15 commits from upgrade/deps-react-node-20251028 into main 2025-10-29 23:22:31 +01:00
Showing only changes of commit acdb2fa6cd - Show all commits

View File

@ -1,8 +1,8 @@
FROM node:18
FROM node:24
WORKDIR /usr/src/app
# Note: Node 18 uses Debian Bullseye which is still supported, so no archive.debian.org workaround needed
# Note: Node 24 LTS (v24.11.0) uses Debian Bookworm
# Install sqlite3 CLI
RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/*