web: bump everything, notably node to v14 and nextjs to v16.0.3

This commit is contained in:
2025-11-14 02:41:49 +01:00
parent 16629a2fc0
commit 3c225aa68a
5 changed files with 2235 additions and 1545 deletions

View File

@@ -1,6 +1,6 @@
# Based on https://github.com/vercel/next.js/tree/canary/examples/with-docker
FROM node:22-alpine AS base
FROM node:24-alpine AS base
# Install dependencies only when needed
FROM base AS deps