diff --git a/Dockerfile b/Dockerfile index e4930f8..7f6b489 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \