Bump Docker base image from Node 18 to Node 22 LTS

Prisma v7, AWS SDK v3, Tailwind v4, Next.js 16, and chokidar 5 all
require Node >= 20. Node 22 is the current LTS release.

Made-with: Cursor
This commit is contained in:
Randall Stillwell 2026-03-10 07:51:39 -05:00
parent 53d8e021ae
commit b597bb898a

View file

@ -1,4 +1,4 @@
FROM node:18-slim AS base
FROM node:22-slim AS base
RUN apt-get update && apt-get install -y --no-install-recommends \
graphicsmagick \