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