diff --git a/Dockerfile b/Dockerfile index 13ac545..1b596b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine AS base +FROM node:24-alpine AS base # Install system dependencies RUN apk add --no-cache \