Bump Docker base image to Node 24 LTS (v24.14.0)

Made-with: Cursor
This commit is contained in:
Randall Stillwell 2026-03-10 07:52:28 -05:00
parent b597bb898a
commit a8799100e5

View file

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